Difference between revisions of "Installation (1.0.x)"
From TidalCycles userbase
Line 1: | Line 1: | ||
− | To install Tidal 1.0.0-pre, follow the | + | To install Tidal 1.0.0-pre, first follow the [https://tidalcycles.org/getting_started.html usual install instructions], if you haven't already. |
+ | |||
+ | Once that is done, upgrade to the latest development version by running the following in a terminal window: | ||
+ | |||
+ | <pre> | ||
+ | git clone https://github.com/tidalcycles/Tidal.git tidal-master | ||
+ | cd tidal-master | ||
+ | cabal install | ||
+ | </pre> | ||
+ | |||
+ | ... and then (re)start your editor. | ||
+ | |||
+ | If you decide to go back to the old version, just uninstall the development version like this: | ||
+ | |||
+ | <pre> | ||
+ | ghc-pkg unregister tidal-1.0.0 | ||
+ | </pre> |
Revision as of 17:16, 7 November 2018
To install Tidal 1.0.0-pre, first follow the usual install instructions, if you haven't already.
Once that is done, upgrade to the latest development version by running the following in a terminal window:
git clone https://github.com/tidalcycles/Tidal.git tidal-master cd tidal-master cabal install
... and then (re)start your editor.
If you decide to go back to the old version, just uninstall the development version like this:
ghc-pkg unregister tidal-1.0.0