diff options
Diffstat (limited to 'audio/SuperCollider/README')
-rw-r--r-- | audio/SuperCollider/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/SuperCollider/README b/audio/SuperCollider/README index 633c68b9f7..7bef73a8d1 100644 --- a/audio/SuperCollider/README +++ b/audio/SuperCollider/README @@ -6,4 +6,10 @@ realtime sound synthesis server. This buildscript also includes SwingOSC which is a GUI Framework for Supercollider. +To use scvim editor copy the contents of /usr/share/scvim/vim to ~/.vim/ + +This will perform setcap cap_ipc_lock,cap_sys_nice=ep to /usr/bin/sclang, +/usr/bin/scsynth and /usr/bin/scvim. If you don't want this behaviour pass +CAPS="no" to the script. + This requires scons, icu4c, and jack-audio-connection-kit. |