ref: 114871d46de3e7c380e0fd1d27ef31badb70416e
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. Building RGBDS ================ To build the programs on a UNIX or UNIX-like system, just run in your terminal: make There is no install target -- just copy the binaries (rgbasm, rgbfix, rgblib, and rgblink) to a folder in your $PATH. There are no Windows installation instructions at this time.