From 07a30301d0b571d97fdd7d880f08b221bab5c892 Mon Sep 17 00:00:00 2001 From: David Coeurjolly Date: Wed, 22 Nov 2023 14:36:43 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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