Created
December 3, 2018 10:31
-
-
Save ytakzk/8fc19c1f4d774c7182806c211283c192 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