pokered/INSTALL.md

37 lines
535 B
Markdown
Raw Normal View History

2013-12-08 21:02:25 +00:00
# Linux
2013-12-09 01:13:10 +00:00
Linux dependencies. OSX users already have these after installing Xcode.
2013-12-08 21:02:25 +00:00
sudo apt-get install make gcc bison git python python-setuptools
2013-12-09 02:40:18 +00:00
Set up the **pokered** repository:
2013-12-08 21:02:25 +00:00
git clone git://github.com/iimarckus/pokered.git
cd pokered
sudo ./init.sh
2013-12-08 21:02:25 +00:00
2013-12-09 02:40:18 +00:00
Now **pokered.gbc** can be built from source.
2013-12-08 21:02:25 +00:00
make red
2013-12-09 01:13:10 +00:00
This should take about 10-15 seconds. Subsequent builds are faster.
2013-12-08 21:02:25 +00:00
To build **pokeblue.gbc**:
2013-12-08 21:02:25 +00:00
make blue
# OSX
2013-12-09 01:13:10 +00:00
Download and install **Xcode**. Then follow the Linux instructions.
2013-12-08 21:02:25 +00:00
# Windows
Not yet.