Skip to content

Commit

Permalink
Merge pull request #293 from supercollider/minor-build-instruction-im…
Browse files Browse the repository at this point in the history
…provements

added a note about using sudo under linux
  • Loading branch information
mossheim authored Nov 17, 2020
2 parents 82fcf69 + 0aa0646 commit 209cf4f
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 @@ -58,11 +58,12 @@ replace `/path/to/sc/` with the path to the SuperCollider source directory. That
`../../supercollider` if you cloned both repositories in the same working directory.

```shell
cd sc3-plugins
mkdir build && cd build
# 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
# to install the plugins - note: linux users likely need sudo
cmake --build . --config Release --target install
```

Expand Down

0 comments on commit 209cf4f

Please sign in to comment.