kzampog / cilantro

A lean C++ library for working with point cloud data
MIT License
1.01k stars 206 forks source link

compilation #24

Closed akhilsantha7 closed 5 years ago

akhilsantha7 commented 5 years ago

I had successfully build using the instructions but how would i compile the example you have given.

kzampog commented 5 years ago

Hi! The CMake script should compile the examples by default, as long as it manages to find Pangolin (optional dependency but required by most examples). Do you have Pangolin built?