From 46a057b4dc4df7fc00c2fe159e48a4845a5522ea Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 1 May 2014 18:36:07 -0400 Subject: [PATCH] Install: gcc is required. Sudo doesn't exist in cygwin. --- INSTALL.md | 5 +++-- 1 file 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**.