updated sdl readme

This commit is contained in:
punkrockguy318 2012-11-23 19:11:23 +00:00
parent 728d341198
commit 08a67e41bb
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ By Lukas Sabota (sf: punkrockguy318)
http://www.fceux.com http://www.fceux.com
Last Modified: March 6, 2012 Last Modified: November 23, 2012
Table of Contents Table of Contents
----------------- -----------------
@ -25,7 +25,7 @@ Table of Contents
* libgtk2.0 (optional) - version >= 2.24 recommended * libgtk2.0 (optional) - version >= 2.24 recommended
* libgtk3.0 (optional) - this compiles as of fceux 2.1.6. * libgtk3.0 (optional) - this compiles as of fceux 2.1.6.
* liblua5.1 (optional) * liblua5.1 (optional)
* g++ - fceux requires g++ from the gcc. llvm-clang is known to not compile fceux (patches welcome). * c++ compiler -- you may use g++ from gcc or clang++ from llvm.
2 - Installation 2 - Installation
---------------- ----------------
@ -58,7 +58,7 @@ tweak some of these options.
------- -------
You can enable the GTK GUI by setting GTK to 1 in the SConstruct build file. You can enable the GTK GUI by setting GTK to 1 in the SConstruct build file.
GfceuX is deprecatiated in favor of the new GTK GUI. You can disable the GTK GUI at GfceuX is deprecatiated in favor of the new GTK GUI. You can disable the GTK GUI at
run-time by passing the --nogui option, or disable it at build=time by setting run-time by passing the --nogui option, or disable it at build-time by setting
GTK to 0 in the SConstruct file. If you prefer GTK3 to GTK2, you can set the GTK to 0 in the SConstruct file. If you prefer GTK3 to GTK2, you can set the
GTK3 BoolVariable to 1 in the SConstruct. GTK3 BoolVariable to 1 in the SConstruct.