replace readme with installation instructions

This commit is contained in:
bentley
2010-04-03 19:43:03 -06:00
parent 2fa9a3c768
commit 0da1489da1

49
README
View File

@@ -1,33 +1,36 @@
RGBDS-linux ----------------
RGBDS README
----------------
Copyright (C) 1997 Carsten Sorensen <surfsmurf@matilde.demon.co.uk> RGBDS (Rednex Game Boy Development System) is a free assembler/linker package
Copyright (C) 1999 Justin Lloyd <jlloyd@imf.la> (?) for the Game Boy and Game Boy Color. It consists of:
Copyright (C) 2009 Vegard Nossum <vegard.nossum@gmail.com>
- 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.
What is RGBDS-linux? Building RGBDS
==================== ================
RGBDS-linux is a revival of the "Rednex GameBoy Development System" (RGBDS), To build the programs on a UNIX or UNIX-like system, just run in your terminal:
a set of tools that allow you to compile your own games and programs for the
Nintendo GameBoy.
RGBDS consists of an assembler (rgbdasm), a linker (xlink), a library manager make
(xlib), and a tool for producing valid GameBoy ROM images (rgbfix).
I _think_ this is the development history of RGBDS/ASMotor: There is no install target -- just copy the binaries (rgbasm, rgbfix, rgblib,
and rgblink) to a folder in your $PATH.
* Around 1997, Carsten Sorensen (AKA SurfSmurf) writes ASMotor as a To build the documentation, use the man target:
general-purpose assembler/linker system for DOS/Win32
* Around 1999, Justin Lloyd (AKA Otaku no Zoku) adapts ASMotor to make man
read and produce Z80 assembly/machine code, and releases this
version as RGBDS.
This (RGBDS-linux) is an adaption of RGBDS intended for use on GNU/Linux This will create manual pages (rgbasm.0, rgbfix.0, rgblib.0, and rgblink.0)
systems. In short, we provide a project layout and user interface that is more which can be read with a pager such as more(1):
familiar to GNU/Linux users. Note that we make no attempt to retain backwards
compatibility with the original RGBDS, or even the possibility to run the
programs on DOS/Win32.
Also expect improvements and bugfixes to make their way into the source code. more rgbasm.0
There are no Windows installation instructions at this time.