Skip to content

Build Instructions

bendmorris edited this page Feb 11, 2011 · 7 revisions

Click here for downloads

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, run the "build" script, which will generate the scotch executable in the same directory.

The executable should be in the same directory as the scotch.lib directory (which contains the standard library); (executable path)/scotch.lib is the first path checked when importing modules.

Clone this wiki locally