diff --git a/README.md b/README.md index 313f07f..5e71f25 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Computations are all done using Ponca on polyscope datastructures (see code for ## Compilation instructions ```bash git clone https://github.com/poncateam/poncascope.git # Fetch repository +cd poncascope git submodule update --recursive --init # Get dependencies: Polyscope, Ponca mkdir build && cd build # Goto to compilation directory cmake ../ -DCMAKE_BUILD_TYPE=Release # Configure in release mode