From ad413efbb9917a65a03e3346c6fd26f6496b00c0 Mon Sep 17 00:00:00 2001
From: adelikat
Date: Wed, 19 May 2010 01:42:26 +0000
Subject: [PATCH] Web - updated downloads page with information about the SVN
repository and compiling.
---
download.html | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/download.html b/download.html
index d00c7e36..881d9321 100644
--- a/download.html
+++ b/download.html
@@ -46,7 +46,8 @@
Scons is required to build from source.
Requires SDL, libz, and zenity
Liblua5.1 and OpenGL are optional, but recommended.
- GFCEUX, a GTK2 GUI for fceux, is included in the source release. All non-windows users of the SDL port are reccommended to install and use this, unless you particularly prefer the command-line.
+ GFCEUX, a GTK2 GUI for
+ FCEUX, is included in the source release. All non-windows users of the SDL port are recommended to install and use this, unless you particularly prefer the command-line.
For instructions on installing on an Ubuntu or Debian system, check the how to at Ubuntuforums.
@@ -59,6 +60,17 @@
If you are working with a developer to fix an issue affecting you then this is where you will find your fixed build.
+ Source Code
+
+ FCEUX development is done via a sourceforge SVN repository. The latest svn can be found there
+ Compiling
+
+ - Win32 uses MS Visual Studio - 20010 and 2008 project files maintained (a 2005 one is available but outdated)
+ - The SDL build uses SCON
+ - Everything needed to compile is included in SVN
+
Old Versions