← Back to team overview

yade-dev team mailing list archive

Re: "About integrating a third party library to yade"

 

For your question, you can check trunk/CMakeLists.txt and grep
"triangulation" in there. You will see how to compile something
conditionaly.

However, tetgen is available in ubuntu repositories, so there is no need
to compile it. It is quite often that some libraries are packaged
without any note on the website. The best is to always check your
package manager.

Note also that yade is using CGAL for triangulation, it maybe be an
interesting replacement for tetgen (just an idea).

Bruno



References