Difference between revisions of "MacOS installation"
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
= Manual Installation = | = Manual Installation = | ||
Line 55: | Line 43: | ||
Now you are ready to [[start_tidalcycles_and_superdirt_for_the_first_time|Start TidalCycles and SuperDirt for the first time]]. | Now you are ready to [[start_tidalcycles_and_superdirt_for_the_first_time|Start TidalCycles and SuperDirt for the first time]]. | ||
+ | |||
+ | = Automated Installation with TidalBootstrap = | ||
+ | |||
+ | You can download TidalBootstrap at https://tidalcycles.github.io/tidal-bootstrap | ||
+ | |||
+ | Please note: There are several reports that tidal-bootstrap currently only works if you install the 8.2.1 version of the haskell platform first. You can | ||
+ | download that from https://www.haskell.org/platform/download/8.2.1/Haskell%20Platform%208.2.1%20Full%2064bit-signed.pkg | ||
+ | |||
+ | Here’s a video demonstrating the tidal-bootstrap install process: https://www.youtube.com/watch?v=dJTfGv2sT-w | ||
+ | |||
+ | Once that’s done, it’s time to [[start_tidalcycles_and_superdirt_for_the_first_time|Start TidalCycles and SuperDirt for the first time]]. |
Revision as of 16:48, 14 November 2018
Manual Installation
Prerequisites
The following are required:
- Haskell Platform - the Full platform is recommended. Advanced users may try using the Core platform.
- Atom Editor
- SuperCollider (version 3.7 or later)
- Git
The following are optional:
- SC3 Plugins - you may need the SuperCollider sc3-plugins if you want to use any of the synths included in SuperDirt. Most of the examples in the documentation will still work, so you could skip this step and return to it later.
Install TidalCycles
From a terminal, type and run these two commands:
cabal update cabal install tidal
If you've never installed TidalCycles before, then the cabal install tidal
step may take some time. At the end of the command output, it should say Installed tidal-x.x.x
(where x.x.x is the latest version number) without any errors.
Install SuperDirt
Start SuperCollider, and in the editor window paste in the following line of code:
include("SuperDirt")
Run the code by clicking on it, to make sure the cursor is on this line, then hold down Shift and press Enter. This will download SuperDirt and you will see it has completed when the Post Window displays:
... the class library may have to be recompiled. -> SuperDirt
After it has completed, you will need to restart SuperCollider (or alternatively, recompile the class library via the “Language” menu).
Install Atom Extension
Start Atom, and install the TidalCycles plugin. You can find it via the menus under edit > settings > install, then typing “tidalcycles” into the search box. Once that’s installed, restart atom.
Test Your Installation
Now you are ready to Start TidalCycles and SuperDirt for the first time.
Automated Installation with TidalBootstrap
You can download TidalBootstrap at https://tidalcycles.github.io/tidal-bootstrap
Please note: There are several reports that tidal-bootstrap currently only works if you install the 8.2.1 version of the haskell platform first. You can download that from https://www.haskell.org/platform/download/8.2.1/Haskell%20Platform%208.2.1%20Full%2064bit-signed.pkg
Here’s a video demonstrating the tidal-bootstrap install process: https://www.youtube.com/watch?v=dJTfGv2sT-w
Once that’s done, it’s time to Start TidalCycles and SuperDirt for the first time.