Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoeurjo authored Nov 22, 2023
1 parent bbbbe66 commit 07a3030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07a3030

Please sign in to comment.