You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Merge pull request #249 from yenatch/fix-windows-install
Install: gcc is required. Sudo doesn't exist in cygwin.
This commit is contained in:
@@ -53,6 +53,7 @@ Select the following packages:
|
|||||||
* git
|
* git
|
||||||
* python
|
* python
|
||||||
* python-setuptools
|
* python-setuptools
|
||||||
|
* gcc
|
||||||
* libsasl2
|
* libsasl2
|
||||||
* ca-certificates
|
* ca-certificates
|
||||||
|
|
||||||
@@ -66,8 +67,8 @@ Then set up the repository. In the **Cygwin terminal**:
|
|||||||
cd pokecrystal
|
cd pokecrystal
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
sudo easy_install pip
|
easy_install pip
|
||||||
sudo pip install -r extras/requirements.txt
|
pip install -r extras/requirements.txt
|
||||||
|
|
||||||
- Copy your Pokémon Crystal rom to the directory. Name it **baserom.gbc**.
|
- Copy your Pokémon Crystal rom to the directory. Name it **baserom.gbc**.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user