-
Notifications
You must be signed in to change notification settings - Fork 39
Compiling
dborth edited this page Jun 27, 2016
·
1 revision
Here's some basic instructions on compiling VBAGX. You don't need to be a programmer to follow these instructions but you should have some basic computer know-how. There's a few reasons you might want to do this:
- To use the latest version of the emulator (note that beta versions may be unstable)
- To access roms/saves from Windows File Sharing (SMB), without needing an SD card - just edit vbaconfig.cpp
- To make your own custom changes
- Ensure that you have devkitPPC r24 and libogc 1.8.7 or higher installed. If you have an older version, completely uninstall it first.
- Download and copy the ported libraries to your PPC portlibs folder (on Windows this is c:\devkitPro\portlibs\ppc)
- Download the source
- Run Programmer's Notepad (installed with devkitPro)
- Find the Makefile from the source you downloaded. Click Tools > Make.
- You're done!