Installing RGBDS on Linux
Using your package manager
Check if RGBDS is available in your distribution's software center or package manager repositories. If a satisfactory version is available, it is a good idea to install from there.
Using our pre-built binaries
- Go the latest release (or pick a specific version)
- Under "Assets" at the bottom, download
rgbds-<version>-linux-x86_64.tar.xz
(for example, version 0.7.0 would havergbds-0.7.0-linux-x86_64.tar.xz
) - Extract the .tar.xz file into a new directory, and run
install.sh
as root in that directory. E.g.:% mkdir rgbds
% tar xf rgbds-0.7.0-linux-x86_64.tar.xz -C rgbds
% cd rgbds
% sudo ./install.sh - Check that RGBDS was correctly installed by running
rgbasm -V
. It should print out the version number you installed!
If none of these options are suitable to you, build RGBDS from source.