-
-
Save stephensmitchell/d15f2eaf9d52cd867b03af13fa8e94fb to your computer and use it in GitHub Desktop.
A script to install CGAL on ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apt update | |
| apt install g++ cmake libcgal-dev build-essential vim git | |
| g++ main.cpp -lCGAL -lgmp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment