gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 92436b9b7492d3d367a2b82323960d6751ac322c parent 9bf49260bccf85967d8885f7738569071ed1402d Author: bbbbbr <reg+github@roughhousing.com> Date: Fri, 23 Jul 2021 19:18:26 -0700 Update mingw link to one that isn't an expired domain Diffstat:
| M | README.md | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -44,7 +44,7 @@ For SDCC you can check its [website](http://sdcc.sourceforge.net/) and the [manu # Build instructions Unless you are interested on recompiling the sources for some reason (like fixing some bugs) **you don't need to build GBDK** -- **Windows only**: Download and install [mingw](http://www.mingw.org/) +- **Windows only**: Download and install [mingw](http://mingw-w64.org/) - Clone, download this repo or just get the source form the [releases](https://github.com/gbdk-2020/gbdk-2020/releases) - Download and install [**sdcc nightlies from 4.1.6 #12439 onwards**](http://sdcc.sourceforge.net/snap.php) (SDCC is no longer part of GDDK so you need to download it (just the binaries) in the platform you need) - On Linux **don't use package managers** The latest release available won't work, you need to compile or download one of the nightlies
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.