summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2014-05-01 17:55:52 -0500
committerBryan Bishop <kanzure@gmail.com>2014-05-01 17:55:52 -0500
commit0e29ab2428e0f0dfb8bd7442d1010acaad285cd8 (patch)
treed7c5021c0d261fc1cf199b67b07a4bd9457d6dd8
parent6b7c196dfb4a7d870335ffcad1ab4069ef1c69b5 (diff)
parent46a057b4dc4df7fc00c2fe159e48a4845a5522ea (diff)
Merge pull request #249 from yenatch/fix-windows-install
Install: gcc is required. Sudo doesn't exist in cygwin.
-rw-r--r--INSTALL.md5
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**.