update compiling notes

This commit is contained in:
zeromus 2016-07-28 21:03:45 +00:00
parent 005b8e3a27
commit b7aa774a75
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
<p>FCEUX development is done commited to a subversion repository hosted at sourceforge. The last version of the source can be found there.</p>
<h4>Compiling</h4>
<ul>
<li>Win32 uses MS Visual Studio - 2010 and 2008 project files maintained (a 2005 one is available but outdated)</li>
<li>Win32 uses MS Visual Studio 2010. Newer versions of visual studio should be able to build it, with a little trouble.</li>
<li>The SDL build uses Scons</li>
<li>Everything needed to compile the win32 version is included in SVN</li>
<li>The GTK port requires SDL and libz</li>