ref: 07802fffc9afa4fe6579c49fcf6954b517388e01
dir: /README/
---------------- RGBDS README ---------------- RGBDS (Rednex Game Boy Development System) is a free assembler/linker package for the Game Boy and Game Boy Color. It consists of: - rgbasm (assembler) - rgblink (linker) - rgblib (library manager) - rgbfix (checksum/header fixer) rgbds-linux is a fork of the original RGBDS which aims to make the programs more like other UNIX tools. Installing RGBDS (UNIX) ========================= To build the programs on a UNIX or UNIX-like system, just run in your terminal: make Then to install the compiled programs and manual pages, run (with appropriate privileges): make install You can read the manuals with the man(1) command. E.g., man 1 rgbasm Installing RGBDS (Windows) ============================ Windows builds are available here: http://anthony.bentley.name/rgbds/ Copy the .exe files to C:\Windows\ or similar.