aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2013-12-15 16:18:14 -0600
committerMarcus Huderle <huderlem@gmail.com>2013-12-15 16:18:14 -0600
commit549fe35420c2cd114cafa5997633297fa3ff9290 (patch)
tree454f88103f1a3616612afd73bc532adbdf036459 /INSTALL.md
parentNicknaming screen loads the 'ED' symbol separately. (diff)
parentincbin killing part 2 (diff)
downloadpokeyellow-549fe35420c2cd114cafa5997633297fa3ff9290.tar.gz
pokeyellow-549fe35420c2cd114cafa5997633297fa3ff9290.tar.xz
pokeyellow-549fe35420c2cd114cafa5997633297fa3ff9290.zip
Merged and fixed incbin conflicts with Danny.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md45
1 files changed, 45 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
new file mode 100644
index 00000000..d687288c
--- /dev/null
+++ b/INSTALL.md
@@ -0,0 +1,45 @@
+# Getting Started
+
+A base rom of Pokémon Red is required to assemble **pokered.gbc**.
+
+ Pokemon Red (UE) [S][!].gb
+ (MD5: 3d45c1ee9abd5738df46d2bdda8b57dc)
+
+
+# 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
+
+ ./init.sh
+
+Copy the Pokémon Red rom to this directory. Name it **baserom.gbc**.
+
+Now **pokered.gbc** can be built from source.
+
+ make red
+
+This should take about 10-15 seconds. Subsequent builds are faster.
+
+
+To build Pokémon Blue:
+
+ make blue
+
+
+# OSX
+
+Download and install **Xcode**. Then follow the Linux instructions.
+
+
+# Windows
+
+Not yet.
+