diff --git a/docs/source_docs/getting_started/hpc/Joule2.rst b/docs/source_docs/getting_started/hpc/Joule2.rst index 8284addcb02c9bb2a7530db24d02024fc07c32de..74efbebf1a3039b5df322323dc017ddc144bca7b 100644 --- a/docs/source_docs/getting_started/hpc/Joule2.rst +++ b/docs/source_docs/getting_started/hpc/Joule2.rst @@ -380,6 +380,18 @@ prior to following any of the full build instructions above. make -j8 install popd +#. CGAL + + .. code:: bash + + git clone --depth 1 --branch v5.3 https://github.com/CGAL/cgal + pushd cgal/ + cmake -S . -B build -DCMAKE_INSTALL_PREFIX=$CSG_INSTALL_DIR + cd build/ + make -j8 install + popd + + #. PEGTL .. code:: bash