Skip to content

Setting up Amethyst

Tae Lim Kook edited this page Jan 15, 2014 · 1 revision

Quoted from README.md.

Amethyst is usable at this time, but is not in condition to release.

  • Install Git and SBT if you had not already done so.
  • Open up a terminal and cd into a directory.
  • Create a directory (mkdir amethyst) and cd into it.
  • Do git clone https://github.com/bluebear94/amethyst to get the project (update with git pull origin master)
  • Type sbt
  • As soon as SBT finishes loading, type run
  • Then wait for everything to compile and choose an option: 1 to start the developer console, and 2 to start the GUI program
Clone this wiki locally