summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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**.