Skip to content

Build Instructions

bendmorris edited this page Jan 28, 2011 · 7 revisions

Windows

Download and run the Windows installer. You can then run Scotch.exe in the installation directory, from the start menu, or by typing "scotch" in the command prompt.

Linux (Debian)

After installing the .deb package, run Scotch with the command "scotch" from the terminal.

Mac

There is no standard Mac distribution yet; follow the instructions under Installing from Source.

Installing from Source

The interpreter is currently implemented in Haskell. To build with cabal, run cabal install --bindir=$prefix.

Clone this wiki locally