blob: 065a649b9b31381f29cdcb4f3bfbdcd7fb3b0904 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# Getting Started
Assembling **pokecrystal.gbc** requires a certain **Pokémon Crystal** rom:
Pokemon - Crystal Version (UE) (V1.0) [C][!].gbc
md5: 9f2922b235a5eeb78d65594e82ef5dde
# 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 **pokecrystal** repository:
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**.
Now you should be able to build **pokecrystal.gbc** for the first time.
make
Your first build may take about 30 seconds. Subsequent builds are much faster (2-10 seconds).
# OSX
Download and install **Xcode**. Then follow the Linux instructions.
# Windows
Not yet.
|