CGAL installed on Ubuntu16

CGAL linux system mounted on
a mounted reliance

sudo apt-get install libboost-all-dev

sudo apt-get install libgmp-dev

sudo apt-get install libgmp3-dev

sudo apt-get install libmpfr-dev

sudo apt-get install geomview

sudo apt install freeglut3 freeglut3-dev

sudo apt-get install binutils-gold

sudo apt-get install libglew-dev

sudo apt-get install g++

sudo apt-get install mesa-common-dev

sudo apt-get install build-essential

sudo apt-get install libeigen3-dev

sudo apt-get install libtbb-dev

sudo apt-get install zlib1g-dev

sudo apt-get install libqt5svg5-dev

// Second, install QT

If there are multiple versions of QT:

sudo gedit /usr/lib/x86_64-linux-gnu/qt-default/qtchooser/default.conf

Into common that:

/home/cyfeng/Qt5.10.1/5.10.1/gcc_64/bin

/home/cyfeng/Qt5.10.1/5.10.1/

// Third, the installation libQGLViewer

libQGLViewer installation methods can be installed in accordance with the method of the official website, to use QT5 installation above.
Fourth, the installation CGAL

My version: cgal-releases-CGAL-4.13.1

Other versions: https: //github.com/CGAL/cgal

unzip CGAL-4.13.1.zip

cd CGAL-4.13.1

mkdir build

cd build

cmake ..

make -j4

sudo make install
Published 37 original articles · won praise 5 · Views 2132

Guess you like

Origin blog.csdn.net/weixin_44723106/article/details/104678482