Skip to content

Install Libraries

Leo Lebrat edited this page Oct 7, 2019 · 4 revisions

In order to install the code the following libraries should be installed :

  • libcgal-dev >= 4.14-5
  • libeigen3-dev >= 3.2.2-3
  • swig >= 3.0.8

In order to install them simply type in your Linux terminal the following command (you will be asked to enter your password):

user@computer:~$ sudo apt install libcgal-dev libeigen3-dev swig

You have successfully installed all the toolbox's dependencies 👍 you can now install the toolbox !

Clone this wiki locally