Installation of chucklib-livecode environment
James Harkins


1. Download SuperCollider from https://supercollider.github.io/downloads and install.

2. Download sc3-plugins from https://supercollider.github.io/sc3-plugins/.

2a. Launch SuperCollider.
2b. Type:

Platform.userExtensionDir.openOS

... and press ctrl-return (win) or cmd-return (mac).

2c. If this fails, type *on a new line*:

File.mkdir(Platform.userExtensionDir)

... and press ctrl-return (win) or cmd-return (mac). Then move the cursor to the userExtensionDir line and ctrl/cmd-return again.

2d. Copy the contents of the sc3-plugins archive into this Extensions directory.


3. Download the chucklib-livecode package from **.

4. In the file browser (Extensions), go up one level and look for a directory called "downloaded-quarks" -- go into this directory and copy the contents of the "cll-install.zip" archive into this location.

5. In the SC window, type:

Quarks.install("ddwLivecodeInstruments")

... and press ctrl-return (win) or cmd-return (mac).

There may be some pop-up warnings, but they shouldn't be important.

6. Recompile the class library: Language menu --> Recompile.

If you encounter errors, come early to the workshop and we will try to fix them.


Credits:
- crucial-library by Chris Sattinger
- TabbedView by Jost Muxfeldt
- All ddw* libraries by myself (James Harkins)
