diff options
| author | yenatch <yenatch@gmail.com> | 2014-12-11 23:24:40 -0800 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-12-11 23:24:40 -0800 |
| commit | 3755584ac4f620566facd9e72c4ae0b9807caf69 (patch) | |
| tree | 195656b93c99a8544ddde2108f67bd5985181ed6 | |
| parent | 755c0ae079a21e399f79da4438e1491b0777121a (diff) | |
Don't require pip.
| -rw-r--r-- | INSTALL.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/INSTALL.md b/INSTALL.md index ca38695af..6c738498d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -3,7 +3,6 @@ Dependencies: sudo apt-get install make gcc bison git python python-setuptools - sudo easy_install pip The assembler used is [**rgbds**](https://github.com/bentley/rgbds). @@ -19,9 +18,10 @@ Set up the repository. cd pokecrystal git submodule init git submodule update - sudo pip install -r extras/requirements.txt + easy_install pypng + make pngs -- Copy your Pokémon Crystal rom to the directory. Name it **baserom.gbc**. +- Copy your Pokémon Crystal rom into `pokecrystal/`. Name it **baserom.gbc**. To build **pokecrystal.gbc**: @@ -67,10 +67,10 @@ Then set up the repository. In the **Cygwin terminal**: cd pokecrystal git submodule init git submodule update - easy_install pip - pip install -r extras/requirements.txt + easy_install pypng + make pngs -- Copy your Pokémon Crystal rom to the directory. Name it **baserom.gbc**. +- Copy your Pokémon Crystal rom into `C:\cygwin\home\<username>\pokecrystal`. Name it **baserom.gbc**. To build: |
