2006-07-29 05:49:34 +00:00
|
|
|
<?php
|
|
|
|
$title = "Download";
|
|
|
|
include("header.php");
|
|
|
|
?>
|
|
|
|
|
|
|
|
<table class="mainbox" cellpadding="5" cellspacing="0" border="1">
|
|
|
|
<tr><th class="boxhead" colspan="3">Download</th></tr>
|
|
|
|
<tr><td colspan="3">
|
|
|
|
<ul>
|
2008-12-01 01:47:20 +00:00
|
|
|
<li>FCEUX is written for two platforms: SDL and Win32. The two ports have
|
|
|
|
some significant differences. The Win32 port has an extensive set of native gui
|
|
|
|
amenities and tools. The SDL port supports many of the features of the Win32 build
|
2008-08-03 16:49:53 +00:00
|
|
|
(Lua scripting, movie recording), however some of the Win32 features are
|
2008-12-01 01:47:20 +00:00
|
|
|
Win32 only. The Win32 port has a built-in GUI, whereas the SDL port has a
|
|
|
|
GTK launcher GUI. The SDL port should run any UNIX-like OS (Linux/Solaris/BSD).</li>
|
2008-08-03 01:26:45 +00:00
|
|
|
<li>Network play is not presently functional. Fixing it is a high priority.</li>
|
2008-08-13 23:12:30 +00:00
|
|
|
<li>Win32:
|
|
|
|
<ul>
|
|
|
|
<li>Lua is enabled by use of the [<a href="http://fceux.com/luapack">fceux.com/luapack</a>] which should be unzipped alongside your fceux.exe.
|
|
|
|
<li>Be sure to check out the .chm file. We work pretty hard on keeping that up to date.
|
2008-08-14 15:43:35 +00:00
|
|
|
<li>The latest win32 interim build is generally fresh within a day
|
|
|
|
or two at <a href="http://fceux.com/zip">http://fceux.com/zip</a> -- If you are
|
|
|
|
working with a developer to fix an issue affecting you then this is
|
|
|
|
where you will find your fixed build.
|
2008-08-13 23:12:30 +00:00
|
|
|
</ul>
|
2008-08-03 01:26:45 +00:00
|
|
|
<li>SDL:</li>
|
|
|
|
<ul>
|
2008-08-03 16:49:53 +00:00
|
|
|
<li><a href=http://scons.org>Scons</a> is required to build from
|
|
|
|
source.</li>
|
2008-12-01 01:47:20 +00:00
|
|
|
<li>Requires SDL, libz, and zenity. Liblua5.1 and OpenGL
|
|
|
|
are optional, but recommended.</li>
|
|
|
|
<li><a href="http://dietschnitzel.com/gfceu">GFCEUX</a>, 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 particullarly prefer the command-line.</li>
|
2008-11-10 05:21:44 +00:00
|
|
|
<li>For instructions on installing on an Ubuntu or Debian system, check the howto at
|
|
|
|
<a href="http://ubuntuforums.org/showthread.php?t=971455">Ubuntuforums</a>.</li>
|
2008-08-03 01:26:45 +00:00
|
|
|
</ul>
|
2006-07-29 05:49:34 +00:00
|
|
|
</ul>
|
|
|
|
</td></tr>
|
|
|
|
<tr><th class="boxhead">Version</th><th class="boxhead">Date</th><th class="boxhead">Description</th></tr>
|
|
|
|
<tr>
|
2008-11-02 19:29:01 +00:00
|
|
|
<td><a href="http://prdownloads.sourceforge.net/fceultra/fceux-2.0.3.win32.zip?download">2.0.3 win32 binary</a></td>
|
|
|
|
<td>02 November 2008</td>
|
2008-08-03 01:26:45 +00:00
|
|
|
<td>This is the latest official release</td>
|
2006-07-29 05:49:34 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2008-11-02 19:29:01 +00:00
|
|
|
<td><a href="http://prdownloads.sourceforge.net/fceultra/fceux-2.0.3.src.tar.bz2?download">2.0.3 source</a></td>
|
|
|
|
<td>02 November 2008</td>
|
2008-08-03 01:26:45 +00:00
|
|
|
<td>This is the latest official release</td>
|
2006-07-29 05:49:34 +00:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<?php include("footer.php"); ?>
|