Skip to content

luca-morreale/manifold_reconstructor_Piazza

 
 

Repository files navigation

DEPENDENCIES

OpenCV (> 2.4.x)

sudo apt-get install libopencv-dev

Eigen3 (> 3.0.5)

sudo apt-get install libeigen3-dev

gmp

sudo apt-get install libgmp-dev

mpfr

sudo apt-get install libmpfr-dev

CGAL (>4.3)

From the CGAL installation manual at http://doc.cgal.org/latest/Manual/installation.html :

cd FOLDER
git clone https://github.com/CGAL/cgal.git CGAL-{CGAL_VERSION}
  • configure CGAL
cd CGAL-{CGAL_VERSION}/
cmake .
  • build the CGAL libraries
make
  • install the libraries
sudo make install

At the time of writing {CGAL_VERSION} is 4.9

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 71.6%
  • C++ 23.6%
  • CMake 2.5%
  • C 1.9%
  • Other 0.4%