Download CGAL for Linux

With a Package Manager

Note that the package managers are not maintained by the CGAL project. Consequently, the latest stable release of CGAL might not be immediately available and you should check the version offered by your package manager.

We recommend using a package manager as this will ensure that all essential third party dependencies are present, and with the correct versions.

# Debian, Ubuntu, Linux Mint, ...
sudo apt-get install libcgal-dev

For other distributions or package manager, please consult your respective documentation.

A step-by-step guide showing how to install and use CGAL with a package manager is available in the CGAL Documentation.


With a Source Archive

You can also obtain the CGAL library sources directly from from the Releases page of the CGAL project.

A step-by-step guide showing how to install and use CGAL with sources is available in the CGAL Documentation.


Through Github

Advanced users can clone the current development version of CGAL from GitHub to enjoy early access to new features.

Please note that the directory layout and build process of the development version on GitHub are different from the release version. A basic usage guide is available on the CGAL project's Install.md.