Published:
Blog posts
2024
2015
Install igl in Ubuntu
Published:
To install igl in the latest Ubuntu, many tutorials pointed out to compile openResource by yourself. I tried to install all directly using apt install
or apt-get install
, it worked in Ubuntu 18.04.
2014
Generate igl project using CMakeLists file
Published:
This blog shows generate project files with igl Lib using CMakeLists file.
2013
Install CGAL and Demos in win10+msvc2017x64
Published:
2012
Install CGAL in Ubuntu16&18
Published:
To install cgal in the latest Ubuntu, many tutorials pointed out to compile openResource by yourself. I tried to install all directly using apt install
or apt-get install
, it worked in Ubuntu 16.04. For Ubuntu 18.04, i thought it is same as before but it failed strangely. I will go on to make it.