kzampog / kabamaru

Point cloud (RGBD) C++ tools for registration, 3D SLAM, box detection/fitting, and more.
MIT License
43 stars 13 forks source link

Problem about compile. #3

Closed jarygrace closed 4 years ago

jarygrace commented 5 years ago

During cmake ,there occurs such problem.


  Could not find a package configuration file provided by "namaris" with any
  of the following names:

    namarisConfig.cmake
    namaris-config.cmake
kzampog commented 4 years ago

You can configure and install namaris as:

git clone https://github.com/aecins/namaris.git
cd namaris
mkdir build
cd build
cmake ..
make -j
sudo make install

Please see the README for the other dependencies and let me know if something does not work!