diff options
-rw-r--r-- | INSTALL.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ # Linux - sudo apt-get install make git gcc + sudo apt-get install make git gcc python sudo apt-get install byacc flex pkg-config libpng-dev git clone https://github.com/rednex/rgbds @@ -42,6 +42,7 @@ Run setup and leave the default settings. At "Select Packages", choose to instal - `make` - `git` - `gcc-core` +- `python` 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**. |