Wiki

Clone wiki

Retr0 GB / Setup

Summary

  1. Home
  2. Setup
  3. Documentation

Setup

Requirements

Steps

  • Clone Retr0 GB repository on your hard drive
  • Copy the "gbdk" folder from .zip file to "C:\" (if you copy the file in an other folder you will need to edit the Retr0 GB build.bat file replacing "C:\gbdk\bin\lcc" by "YourPath\gbdk\bin\lcc"
  • Verify your setup executing build.bat, this should open a command line window, compile the code and generate a .gb rom file
  • Create a "Game" folder in Retr0 GB "Sources" folder," you will put all your game source files here (it is not an obligation but recommended if you don't want to mess up the engine files and you game files)
  • Add your custom source files to build.bat (no makefile for now)

Updated