Skip to content

Instantly share code, notes, and snippets.

@stephensmitchell
Forked from ytakzk/cgal_installer.sh
Created May 13, 2020 02:52
Show Gist options
  • Select an option

  • Save stephensmitchell/d15f2eaf9d52cd867b03af13fa8e94fb to your computer and use it in GitHub Desktop.

Select an option

Save stephensmitchell/d15f2eaf9d52cd867b03af13fa8e94fb to your computer and use it in GitHub Desktop.
A script to install CGAL on ubuntu
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