aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorDaniel Harding <33dannye@gmail.com>2020-05-20 20:17:30 -0500
committerGitHub <noreply@github.com>2020-05-20 20:17:30 -0500
commit500d99c258145d233af8d14cdb5c6e0200dfc1d8 (patch)
tree7dbe7b152dde8a6e9b56664b5b8cdfc0d6be1253 /INSTALL.md
parentMerge pull request #39 from TiKevin83/master (diff)
parentMerge remote-tracking branch 'pokered/master' (diff)
downloadpokeyellow-500d99c258145d233af8d14cdb5c6e0200dfc1d8.tar.gz
pokeyellow-500d99c258145d233af8d14cdb5c6e0200dfc1d8.tar.xz
pokeyellow-500d99c258145d233af8d14cdb5c6e0200dfc1d8.zip
Merge pull request #50 from dannye/master
merge pokered
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md37
1 files changed, 20 insertions, 17 deletions
diff --git a/INSTALL.md b/INSTALL.md
index dc56207b..00cfd03c 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,13 +1,15 @@
# Linux
- sudo apt-get install make gcc bison git python
+ sudo apt-get install make git gcc
- git clone https://github.com/bentley/rgbds
- sudo make -C rgbds install
+ sudo apt-get install byacc flex pkg-config libpng-dev
+ git clone https://github.com/rednex/rgbds
+ cd rgbds
+ sudo make install
+ cd ..
git clone https://github.com/pret/pokeyellow
cd pokeyellow
- git submodule update --init
To build **pokeyellow.gbc**:
@@ -16,37 +18,38 @@ To build **pokeyellow.gbc**:
# Mac
-In **Terminal**, run:
+Get [**Homebrew**](http://brew.sh/).
- xcode-select --install
+Then in **Terminal**, run:
- git clone https://github.com/bentley/rgbds
- sudo make -C rgbds install
+ xcode-select --install
+ brew install rgbds
git clone https://github.com/pret/pokeyellow
cd pokeyellow
- git submodule update --init
-Then run (in the shell):
+To build **pokeyellow.gbc**:
make
# Windows
-To build on Windows, use [**Cygwin**](http://cygwin.com/install.html). Use the default settings in the installer.
+Download [**Cygwin**](http://cygwin.com/install.html): **setup-x86_64.exe** for 64-bit Windows, **setup-x86.exe** for 32-bit.
-In the installer, select the following packages: `make` `git` `python` `gettext`
+Run setup and leave the default settings. At "Select Packages", choose to install the following:
-Then get the most recent version of [**rgbds**](https://github.com/rednex/rgbds/releases/).
-Extract the archive and put `rgbasm.exe`, `rgblink.exe` and `rgbfix.exe` in `C:\cygwin\usr\local\bin`.
+- `make`
+- `git`
+- `gcc-core`
-In the **Cygwin terminal**:
+Then download [**rgbds**](https://github.com/rednex/rgbds/releases/): the latest **win64.tar.gz** or **win32.tar.gz** release. Extract it and put all the `exe` and `dll` files individually in **C:\cygwin64\usr\local\bin**.
+
+In the **Cygwin terminal**, enter these commands:
git clone https://github.com/pret/pokeyellow
cd pokeyellow
- git submodule update --init
-Then run (in the Cygwin terminal):
+To build **pokeyellow.gbc**:
make