-
Notifications
You must be signed in to change notification settings - Fork 1
Installing PCL
oscrim edited this page Nov 21, 2019
·
16 revisions
For installing PCL follow this link Use version 1.9.1
Boost version 1.67.
Install boost by downloading and unzip version 1.67
Then enter the created directory and run ./bootstrap.sh
and then sudo ./b2 install
sudo apt-get install cmake libpcap-dev pkg-config
tar xzf [archive]
cd [source dir] && mkdir build && cd build
cmake ..
make -j2
sudo make -j2 install