Skip to content

Commit

Permalink
Merge pull request #299 from brianlheim/topic/readme
Browse files Browse the repository at this point in the history
readme: fix build instructions
  • Loading branch information
mossheim authored Sep 10, 2020
2 parents 03b233b + 6961d9b commit dd092a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ replace `/path/to/sc/` with the path to the SuperCollider source directory. That

```shell
mkdir build && cd build
cmake -DSC_PATH=/path/to/sc/ ..
# for both scsynth and supernova plugins; omit -DSUPERNOVA=ON to build only scsynth plugins
cmake -DSC_PATH=/path/to/sc/ -DCMAKE_BUILD_TYPE=Release -DSUPERNOVA=ON ..
cmake --build . --config Release
# to install the plugins
cmake --build . --config Release --target install
Expand Down

0 comments on commit dd092a2

Please sign in to comment.