junxnone / aiwiki

AI Wiki
https://junxnone.github.io/aiwiki
18 stars 2 forks source link

3D Tools PCL Install Linux #79

Open junxnone opened 3 years ago

junxnone commented 3 years ago

Build PCL with Linux

Reference

Brief

Build Steps

mkdir build
cd build
cmake ..
make -j n

Build with Intel Compiler

set(CMAKE_C_COMPILER "icx")
set(CMAKE_CXX_COMPILER "icpx")