scide: switch focus between code editor and post window via keybindings
[supercollider.git] / package / OPTIONALS_README_SOURCE.txt
blobd2c6d0c12a49b5ffdba7c40d588291b21699a45f
1 INSTALLATION INSTRUCTIONS
2 -------------------------
4 QUARKS
5 ------
7 Quarks are the standard method for handling the distribution of class
8 library extensions.
10 1) To install for one user move the quarks directory to
11 "~/share/SuperCollider". To install for all users, move the quarks
12 directory to "/usr/local/share/SuperCollider".
13       NOTE: you might see a folder called "Extensions" 
14       but DON'T put the quarks directory directly in there!
16 2) Follow the steps outlined inside the Quarks helpfile to actually
17 install a Quark.You do NOT need to download the quarks (you already
18 have), at this point, you should be able to start installing Quarks by
19 running:
21 Quarks.gui
24 SC3-PLUGINS
25 -----------
27 sc3-plugins are some of the more common extension libraries, maintained
28 at:
30 http://sourceforge.net/projects/sc3-plugins/
32 1) Execute "scons ./distro_linux" in the sc3-plugin-extensions folder
33 and move the "./sc3-plugin-extensions/Extensions" folder to
34 "~/share/SuperCollider/Extensions".
36 2) Restart SuperCollider.
39 SWINGOSC
40 --------
42 SwingOSC is a system for creating graphical user interfaces using Java.
43 To install it, follow the SwingOSC installation instructions in
44 "SwingOSC/SuperCollider/readme.html".