pokered/INSTALL.md

46 lines
756 B
Markdown
Raw Normal View History

2013-12-08 21:02:25 +00:00
# Getting Started
A base rom of Pokémon Red is required to assemble **pokered.gbc**.
Pokemon Red (UE) [S][!].gb
(MD5: 3d45c1ee9abd5738df46d2bdda8b57dc)
# 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
2013-12-09 02:40:18 +00:00
./init.sh
2013-12-08 21:02:25 +00:00
2013-12-09 02:40:18 +00:00
Copy the Pokémon Red rom to this directory. Name it **baserom.gbc**.
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 Pokémon Blue:
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.