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​
- Download the latest release of
rgbds-linux-x86_64.tar.xz
. (Or pick a specific version and download it under "Assets" at the bottom.) - Extract the downloaded
rgbds-linux-x86_64.tar.xz
file into a new directory, and runinstall.sh
as root in that directory. For example:% mkdir rgbds
% tar xf rgbds-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.