Skip to content

How to use CGAL 5.6.1? #8083

Answered by sloriot
Eric5709 asked this question in Q&A
Discussion options

You must be logged in to vote

It is pretty surprising to extract the CGAL archive in the .sh directory.

The simplest solution to use a CGAL release freshly extracted is:

PWD=`pwd`
wget https://github.com/CGAL/cgal/releases/download/v5.6.1/CGAL-5.6.1.tar.xz
tar xf CGAL-5.6.1.tar.xz
mkdir build_t2_ex
cd build_t2_ex
CGAL_DIR=$PWD/CGAL-5.6.1 cmake $PWD/CGAL-5.6.1/examples/Triangulation_2
make

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MaelRL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #8078 on March 18, 2024 07:58.