From 8c6be531e5411ec7aab24ea022064e208289dcbf Mon Sep 17 00:00:00 2001 From: dborth Date: Sun, 26 Jun 2016 18:21:12 -0600 Subject: [PATCH] Created Compiling (markdown) --- Compiling.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Compiling.md diff --git a/Compiling.md b/Compiling.md new file mode 100644 index 0000000..caa6d7f --- /dev/null +++ b/Compiling.md @@ -0,0 +1,14 @@ +Here's some basic instructions on compiling FCEUGX. 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: + + 1. To use the latest version of the emulator (note that beta versions may be unstable) + 1. To access roms/saves from Windows File Sharing (SMB), without needing an SD card - just edit fceuconfig.cpp + 1. To make your own custom changes + +# Instructions # + + 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 + 1. Run Programmer's Notepad (installed with devkitPro) + 1. Find the Makefile from the source you downloaded. Click Tools > Make. + 1. You're done!