diff options
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/INSTALL.md b/INSTALL.md index 67ad45e28..a3e551dda 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -10,8 +10,6 @@ git clone --recursive git://github.com/kanzure/pokecrystal.git cd pokecrystal -- Copy a Pokémon Crystal rom into `pokecrystal/`. Name it **baserom.gbc**. Eventually this will not be required. - To build **pokecrystal.gbc**: make @@ -35,8 +33,6 @@ In the shell, run: git clone --recursive git://github.com/kanzure/pokecrystal.git cd pokecrystal -- Copy a Pokémon Crystal rom into `pokecrystal/`. Name it **baserom.gbc**. Eventually this will not be required. - To build **pokecrystal.gbc**: make @@ -56,8 +52,6 @@ In the **Cygwin terminal**: git clone --recursive git://github.com/kanzure/pokecrystal.git cd pokecrystal -- Copy a Pokémon Crystal rom into `C:\cygwin\home\<username>\pokecrystal`. Name it **baserom.gbc**. Eventually this will not be required. - To build: make @@ -91,7 +85,3 @@ ssh"): cd /vagrant/pokecrystal make - -To make the build work you will need to copy baserom.gbc into the "pokecrystal" -directory inside the "virtualbox" directory on the host machine. Eventually -this will not be required. |