-
Notifications
You must be signed in to change notification settings - Fork 0
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
) andcd
into it. - Do
git clone https://github.com/bluebear94/amethyst
to get the project (update withgit 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, and2
to start the GUI program