-
Notifications
You must be signed in to change notification settings - Fork 3
Installing PCL on a Mac
Sameep Tandon edited this page Apr 25, 2014
·
2 revisions
brew tap homebrew/science
brew tap homebrew/python
brew install qhull cmake flann eigen boost vtk5 opencv ffmpeg
brew install numpy scipy matplotlib
pip install pydbgr
This helps with finding segfaults in opencv and vtk
Download and install Perian codecs (http://www.perian.org/)
git clone https://github.com/PointCloudLibrary/pcl && cd pcl
mkdir build
cd build
cmake ..
make
sudo make install