Building under Ubuntu distribution notice
To be able to build LAMURE framework, one has to manage following dependencies:
-
Get CGAL 4.4, schism and Boost 1.62. A very useful shortcut would be to get builds from here and unpack them with:
cd / sudo tar xvfj <name>.tar
-
Next, install OpenGL, freeimage, GMP, MPFR, freeglut via:
sudo apt-get install libgl1-mesa-dev mesa-common-dev libfreeimageplus-dev libfreeimageplus-doc libfreeimageplus3 libgmp3-dev libmpfr-dev libmpfr-doc libmpfr4 libmpfr4-dbg freeglut3-dev
-
Install Gnu Compiler Collections 4.8:
sudo apt-get install gcc-4.8 g++-4.8
Make sure that CMake configuration is done properly:
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++-4.8 CMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc-4.8