Skip to content

Commit

Permalink
documentation: add a note about Ladspa issues
Browse files Browse the repository at this point in the history
Signed-off-by: Yvan Volochine <[email protected]>
  • Loading branch information
gusano committed Jun 6, 2019
1 parent 3f75fa9 commit 0f9de28
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ ambisonics) subproject.
* (macOS ONLY, default=ON)
* `cmake -DIN_PLACE_BUILD=ON`
+ Build the plugins as quarks
* (default 'OFF')
* (default=OFF)
* `cmake -DQUARKS=ON ..`
+ Build supernova-plugins
* (default 'OFF')
* (default=OFF)
* `cmake -DSUPERNOVA=ON ..`
+ Build Ladspa UGen
* (macOS AND LINUX ONLY, default=ON)
Expand All @@ -99,6 +99,11 @@ ambisonics) subproject.

### Troubleshooting

#### Known issues

**On some Linux distributions** it has been reported that Ladspa UGen could prevent SuperCollider server from booting ([sc3-plugins/#210](https://github.com/supercollider/sc3-plugins/issues/210), [sc3-plugins/#23](https://github.com/supercollider/sc3-plugins/issues/23) and [supercollider/#4421](https://github.com/supercollider/supercollider/issues/4421)).
See above how to build sc3-plugins without Ladspa if needed.

#### Build errors

If you get an error while building that files are missing, it probably means that you didn't clone all the SuperCollider
Expand Down

0 comments on commit 0f9de28

Please sign in to comment.