CGAL From Source

This page is intended for cases where the process at OpenSCAD_User_Manual/Building_on_Linux/UNIX has failed for some reason. Please file an issue on OpenSCAD's github if the above process did not work for you. In the meantime, these instructions might provide a workaround solution for you.

sudo apt-get install libboost-dev cmake libmpfr-dev libgmp3-dev
tar -xf CGAL-*tar*
cd CGAL-$version
cmake . -DCMAKE_INSTALL_PREFIX=$HOME/openscad_deps
make
sudo make install