Add emergency escape route for sclang infinite loops: USR1 signal aborts command
[supercollider.git] / Packager / OPTIONALS_README_SOURCE.txt
blobd5a29746f73aebadb6a6a65d74ae050df266636b
1 INSTALLATION INSTRUCTIONS
2 -------------------------
4 QUARKS
5 ------
7 Quarks are the standard method for handling the distribution of class library extensions.
9 1) To install for one user move the quarks directory to "~/share/SuperCollider". To install for all users, move the quarks directory to "/usr/local/share/SuperCollider".
11 2) Follow the steps outlined inside the Quarks helpfile to actually install a Quark.You do NOT need to download the quarks (you already have), at this point, you should be able to start installing Quarks by running:
13 Quarks.gui
16 SC3-PLUGINS
17 -----------
19 sc3-plugins are some of the more common extension libraries, maintained at:
21 http://sourceforge.net/projects/sc3-plugins/
23 1) Execute "scons ./distro_linux" in the sc3-plugin-extensions folder and move the "./sc3-plugin-extensions/Extensions" folder to "~/share/SuperCollider/Extensions".
25 2) Restart SuperCollider.
28 SWINGOSC
29 --------
31 SwingOSC is a system for creating graphical user interfaces using Java. To install it, follow the SwingOSC installation instructions in "SwingOSC/SuperCollider/readme.html".