This is a fork from the OctreeLib.
This version is a refactoring from the original using C++11 features and documenting the code with Doxygen.
- CMake >= 2.8
- Doxygen (optional)
- C++11 standard support
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make install
To generate the documentation:
$ make doc