diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-12-10 14:08:08 -0500 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-12-10 14:08:08 -0500 |
| commit | 4e530306781ccebf483dd86c39bd53bd4ca97fbd (patch) | |
| tree | 034ae854a665d13ea2771c6d7998ab1ea8f641fa /INSTALL.md | |
| parent | Misc clean up (diff) | |
| parent | Use safer and more standard POSIX find options. (diff) | |
| download | pokeyellow-4e530306781ccebf483dd86c39bd53bd4ca97fbd.tar.gz pokeyellow-4e530306781ccebf483dd86c39bd53bd4ca97fbd.tar.xz pokeyellow-4e530306781ccebf483dd86c39bd53bd4ca97fbd.zip | |
Merge branch 'master' of https://github.com/iimarckus/pokered
Conflicts:
main.asm
Diffstat (limited to 'INSTALL.md')
| -rw-r--r-- | INSTALL.md | 45 |
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. + |
