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

最后更新于