-
Notifications
You must be signed in to change notification settings - Fork 10
Setting up
Eldred Habert edited this page Feb 22, 2025
·
1 revision
There are a couple of options for using this repository.
- Using GitHub's “template” functionality: You can simply create a new repo with this one as a template. Just follow that link! (Or click the green button at the top-right of the “Code” page.)
-
Cloning: This is especially useful if you want to host your project on other platforms, such as Codeberg or SourceHut.
It requires a little caution, since this repository uses submodules.
-
Clone the repo as usual, passing the
--recursive
flag (e.g.git clone https://github.com/ISSOtm/gb-starter-kit --recursive
). - If you forgot to pass
--recursive
togit clone
, you can rungit submodule update --init
at any time from within the repo.
-
Clone the repo as usual, passing the
- Do not use GitHub's “download ZIP” functionality—it will leave the
src/include/hardware.inc
andsrc/include/rgbds-structs
directories empty (unless you feel like filling them in manually).
You will need:
And now, you're ready check out how to use the project!