pokecrystal-board/INSTALL.md

41 lines
808 B
Markdown
Raw Normal View History

2013-04-05 00:25:47 -04:00
# Getting Started
Assembling **pokecrystal.gbc** requires a certain **Pokémon Crystal** rom:
Pokemon - Crystal Version (UE) (V1.0) [C][!].gbc
md5: 9f2922b235a5eeb78d65594e82ef5dde
2013-06-18 03:56:07 -04:00
# Linux
2012-06-02 15:27:24 -05:00
Linux dependencies. OSX users already have these after installing Xcode.
2012-06-02 15:27:24 -05:00
sudo apt-get install make gcc bison git python python-setuptools
2012-06-02 15:27:24 -05:00
Set up the **pokecrystal** repository:
2012-06-02 15:27:24 -05:00
git clone git://github.com/kanzure/pokecrystal.git
cd pokecrystal
./init.sh
Copy the Pokémon Crystal rom to this directory. Name it **baserom.gbc**.
2013-02-07 20:39:25 -06:00
Now you should be able to build **pokecrystal.gbc** for the first time.
make
2013-12-20 02:48:46 -05:00
Your first build may take about 30 seconds. Subsequent builds are much faster (2-10 seconds).
2013-06-25 22:03:48 -04:00
2012-06-02 15:27:24 -05:00
# OSX
2012-06-02 15:27:24 -05:00
Download and install **Xcode**. Then follow the Linux instructions.
2012-06-02 15:27:24 -05:00
# Windows
Not yet.