shithub: pokered

ref: 8f1b7acd3c48e18c311608c13cebbcb5c8ce18c0
dir: /INSTALL.md/

View raw version
# Linux

Linux dependencies. OSX users already have these after installing Xcode.

	sudo apt-get install make gcc bison git python python-setuptools


Set up the **pokered** repository:

	git clone git://github.com/iimarckus/pokered.git
	cd pokered

	sudo ./init.sh


Now **pokered.gbc** can be built from source.

	make red

This should take about 10-15 seconds. Subsequent builds are faster.


To build **pokeblue.gbc**:

	make blue


# OSX

Download and install **Xcode**. Then follow the Linux instructions.


# Windows

Not yet.