Installing RGBDS on macOS
Using the Homebrew package manager
On recent macOS major releases1, RGBDS is available on Homebrew as the rgbds package.
brew install rgbds
Then you will be able to update RGBDS at any time by simply running brew update then brew upgrade!
You can also install the master branch by passing the --HEAD flag:
brew install rgbds --HEAD
Using our pre-built binaries
-
Download the latest release of
rgbds-macos.zip. (Or pick a specific version and download it under "Assets" at the bottom.) -
Extract the downloaded
rgbds-macos.zipfile into a new directory, and runinstall.shas root inside that directory. For example, you can do that with these Console commands:% unzip -d rgbds rgbds-macos.zip
% 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.
Footnotes
-
Older macOS systems have been reported to compile for several days with Homebrew. ↩