Do not reserve such a large heap on Windows i386.
[SquirrelJME.git] / install.mkd
blob64bb10bbc4f1a8079a36dd9841ec3e1fa36e73c1
1 # Installation Instructions
3 These are instructions on how to install various versions of SquirrelJME.
5 ## Standalone Jar
7 The Standalone Jar which contains the test virtual machines.
9 ### Mac OS
11 With [Homebrew](https://brew.sh) via _tap_:
13  * `brew tap SquirrelJME/SquirrelJME http://github.com/SquirrelJME/SquirrelJME`
14  * `brew install squirreljme/squirreljme/squirreljme-standalone`
16 To uninstall, perform:
18  * `brew uninstall squirreljme/squirreljme/squirreljme-standalone`
20 To remove the added _tap_, perform:
22  * `brew untap SquirrelJME/SquirrelJME`