diff --git a/download.html b/download.html
index dae2bc95..c180d17a 100644
--- a/download.html
+++ b/download.html
@@ -68,10 +68,10 @@
SDL
- 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 recommended to install and use this, unless you particularly prefer the command-line.
+ - Requires SDL and libz
+ - GTK2.0 and OpenGL are optional, but recommended.
+ - The SDL port now has a GTK2 GUI built in, so gfceux is obsolete. However, you can disable the GUI by setting GTK to 0 in the SConstruct file.
+ FCEUX, is included in the source release. .
- For instructions on installing on an Ubuntu or Debian system, check the how to at Ubuntuforums.
@@ -93,8 +93,9 @@
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
+ - The SDL build uses SCONS
+ - Everything needed to compile the win32 version is included in SVN
+ - The GTK port requires the dependencies listed above.
Old Versions