diff options
| author | Daniel Harding <33dannye@gmail.com> | 2020-07-09 12:46:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-09 12:46:30 -0500 |
| commit | c3c17cabc6c85fb7f70c030b25f5978d57dbf4bc (patch) | |
| tree | 0f35e107b2f824c5b9801ee0a0be201d439de4e4 | |
| parent | Update Audio 4 sfx names (diff) | |
| parent | Added only python (diff) | |
| download | pokeyellow-c3c17cabc6c85fb7f70c030b25f5978d57dbf4bc.tar.gz pokeyellow-c3c17cabc6c85fb7f70c030b25f5978d57dbf4bc.tar.xz pokeyellow-c3c17cabc6c85fb7f70c030b25f5978d57dbf4bc.zip | |
Merge pull request #53 from pinksylveon/patch-2
Added only python
| -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**. |
