tidalcycles / tidalcycles.github.io

Website for TidalCycles
http://tidalcycles.org
23 stars 29 forks source link

Install troubleshooting / FAQ section #59

Open jarmitage opened 7 years ago

jarmitage commented 7 years ago

Although installation is becoming easier over time, there are some common patterns for where it can go wrong. It would be nice to have some of these listed in the Getting Started guide.

One example that I'd like to document specifically here, is Tidal failing to build when executing cabal install tidal. An error we've seen at workshops recently is Tidal dependencies failing to install, with an error like cannot satisfy -package-id <name of package>. This can be fixed by running sudo ghc-pkg recache and then cabal install tidal again.

lennart commented 7 years ago

maybe we can use content from http://ask.tidalcycles.org/questions/scope:all/sort:activity-desc/tags:troubleshooting/page:1/ and http://ask.tidalcycles.org/questions/scope:all/sort:activity-desc/tags:installation/page:1/