Skip to content

Instantly share code, notes, and snippets.

@grassjelly
Last active February 27, 2020 16:12
Show Gist options
  • Save grassjelly/f022f2a75215bf195807456bca847e64 to your computer and use it in GitHub Desktop.
Save grassjelly/f022f2a75215bf195807456bca847e64 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
set -e
sudo apt install -y libgmp-dev \
libcgal-dev \
libcgal-demo
cd $HOME
git clone https://github.com/CGAL/cgal
cd cgal
mkdir build
cd build
cmake ..
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment