Nebula AI Blog
Nebula Platform
Nebula Platform
  • Tutorial 教程
    • Getting Started 入门
      • 00 Welcome 欢迎
      • 01 Environment 环境
      • 02 Installation 安装
      • 03 Running Example 运行示例
    • Advanced 进阶
  • API
    • Atomic Component
      • Sensor 传感器
      • Auactor 执行器
      • HMI 交互界面
由 GitBook 提供支持
在本页

这有帮助吗?

  1. Tutorial 教程
  2. Getting Started 入门

03 Running Example 运行示例

lighthouse@VM-0-15-ubuntu:~/platform/samples/aracom/HelloWorldClient/build$ cmake  -DCMAKE_INSTALL_PREFIX=/home/lighthouse/platform ..
-- The C compiler identification is GNU 11.4.0
-- The CXX compiler identification is GNU 11.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Build type: 
-- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found suitable version "1.74.0", minimum required is "1.55") found components: system thread log 
-- Found Threads: TRUE  
-- Configuring done
-- Generating done
-- Build files have been written to: /home/lighthouse/platform/samples/aracom/HelloWorldClient/build
lighthouse@VM-0-15-ubuntu:~/platform/samples/aracom/HelloWorldClient/build$ make
#too many detail
make[2]: Leaving directory '/home/lighthouse/platform/samples/aracom/HelloWorldClient/build'
[100%] Built target HelloWorldClient
make[1]: Leaving directory '/home/lighthouse/platform/samples/aracom/HelloWorldClient/build'
/usr/bin/cmake -E cmake_progress_start /home/lighthouse/platform/samples/aracom/HelloWorldClient/build/CMakeFiles 
export LD_LIBRARY_PATH=/home/lighthouse/platform/lib
上一页02 Installation 安装下一页Advanced 进阶

最后更新于8个月前

这有帮助吗?