Unverified Commit 5d15ccff authored by drangara's avatar drangara Committed by GitHub
Browse files

Merge pull request #33 from drangara/joule_full_build_missing_cgal

add missing cgal section
parents ac3f96b8 e01773c5
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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