shithub: pokecrystal

Download patch

ref: 0e29ab2428e0f0dfb8bd7442d1010acaad285cd8
parent: 6b7c196dfb4a7d870335ffcad1ab4069ef1c69b5
parent: 46a057b4dc4df7fc00c2fe159e48a4845a5522ea
author: Bryan Bishop <[email protected]>
date: Thu May 1 13:55:52 EDT 2014

Merge pull request #249 from yenatch/fix-windows-install

Install: gcc is required. Sudo doesn't exist in cygwin.

--- a/INSTALL.md
+++ b/INSTALL.md
@@ -53,6 +53,7 @@
 * git
 * python
 * python-setuptools
+* gcc
 * libsasl2
 * ca-certificates
 
@@ -66,8 +67,8 @@
 	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**.