Updated Compiling (markdown)

dborth 2016-06-25 15:27:04 -06:00
parent 058dc18e30
commit ff6f4ff493

@ -8,7 +8,7 @@ Here's some basic instructions on compiling SNES9x GX. You don't need to be a pr
1. Ensure that you have [devkitPPC r24 and libogc 1.8.7](http://www.devkitpro.org) or higher installed. If you have an older version, completely uninstall it first.
1. Download and copy the [ported libraries](http://sourceforge.net/projects/devkitpro/files/portlibs) to your PPC portlibs folder (on Windows this is c:\devkitPro\portlibs\ppc)
1. Download the source from [SVN](http://code.google.com/p/snes9x-gx/source/checkout).
1. Download the source.
1. Run Programmer's Notepad (installed with devkitPro)
1. Find the Makefile from the source you downloaded. Click Tools > Make.
1. You're done!