diff options
author | yenatch <yenatch@gmail.com> | 2014-05-01 18:36:07 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-05-01 18:36:07 -0400 |
commit | 46a057b4dc4df7fc00c2fe159e48a4845a5522ea (patch) | |
tree | d7c5021c0d261fc1cf199b67b07a4bd9457d6dd8 | |
parent | 6b7c196dfb4a7d870335ffcad1ab4069ef1c69b5 (diff) |
Install: gcc is required. Sudo doesn't exist in cygwin.
-rw-r--r-- | INSTALL.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md index 8d52954c8..ca38695af 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -53,6 +53,7 @@ Select the following packages: * git * python * python-setuptools +* gcc * libsasl2 * ca-certificates @@ -66,8 +67,8 @@ Then set up the repository. In the **Cygwin terminal**: cd pokecrystal git submodule init git submodule update - sudo easy_install pip - sudo pip install -r extras/requirements.txt + easy_install pip + pip install -r extras/requirements.txt - Copy your Pokémon Crystal rom to the directory. Name it **baserom.gbc**. |