Skip to content

Instantly share code, notes, and snippets.

@ytakzk
Created December 3, 2018 10:31
Show Gist options
  • Select an option

  • Save ytakzk/8fc19c1f4d774c7182806c211283c192 to your computer and use it in GitHub Desktop.

Select an option

Save ytakzk/8fc19c1f4d774c7182806c211283c192 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