gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit fbca06ade3adff730689dbc13382ee7339a11f3a parent bd89b2b2d15fe22aa126d20f158a42a4757f84d6 Author: toxa <untoxa@mail.ru> Date: Sun, 15 Nov 2020 00:16:41 +0300 link to online docs Diffstat:
| M | README.md | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -3,6 +3,8 @@ ## Current release for Linux: [Linux Binaries](https://github.com/Zal0/gbdk-2020/releases/latest/download/gbdk-linux64.tar.gz) You don't need the sources, unless you wish to compile GBDK-2020 yourself. Download the current release binaries using the links above. +##[Online documentation](https://zal0.github.io/gbdk-2020/) + # gbdk-2020 [GBDK](http://gbdk.sourceforge.net/) A C compiler, assembler, linker and set of libraries for the Z80 like Nintendo Gameboy. @@ -40,7 +42,7 @@ Unless you are interested on recompiling the sources for some reason (like fixin - **Windows only**: Download and install [mingw](http://www.mingw.org/) - Clone, download this repo or just get the source form the [releases](https://github.com/Zal0/gbdk-2020/releases) -- Download and install [**sdcc nightlies from 11875 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) +- Download and install [**sdcc nightlies from 4.0.4 #11952 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 - Create and environment var **SDCCDIR** pointint to the folder where you installed sdcc - Open a command prompt or a terminal, go the root directory of the repo and run **make**
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.