fceux/htdocs/download.php

52 lines
2.4 KiB
PHP
Raw Normal View History

<?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>
<li>There are two ports: SDL and Win32. The ports are significantly
different. Win32 has an extensive set of native gui amenities and
tools. The SDL port supports many of the features of the Win32 build
(Lua scripting, movie recording), however some of the Win32 features are
Win32 only. A GTK2 GUI has been also developed for the SDL port. The
SDL port should run any UNIX-type 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>
<li>This build is working, but may have a few problems. Swing by and help out if you want to help shape it up!
<li><a href=http://scons.org>Scons</a> is required to build from
source.</li>
2008-08-14 15:43:35 +00:00
<li>Requires SDL, libz, zenity, and liblua5.1. OpenGL is optional, and recommended.</li>
<li><a href="http://dietschnitzel.com/gfceu">GFceuX</a>, a GTK2 GUI
for fceux, is included in the source release. It is recommened for all non-windows
users of the SDL port, unless you particullarly prefer the command-line.</li>
2008-08-03 01:26:45 +00:00
</ul>
</ul>
</td></tr>
<tr><th class="boxhead">Version</th><th class="boxhead">Date</th><th class="boxhead">Description</th></tr>
<tr>
2008-08-15 01:33:51 +00:00
<td><a href="http://prdownloads.sourceforge.net/fceultra/fceux-2.0.1.win32.zip?download">2.0.2 win32 binary</a></td>
<td>14 August 2008</td>
2008-08-03 01:26:45 +00:00
<td>This is the latest official release</td>
</tr>
<tr>
2008-08-15 01:33:51 +00:00
<td><a href="http://prdownloads.sourceforge.net/fceultra/fceux-2.0.1.src.tar.bz2?download">2.0.2 source</a></td>
<td>14 August 2008</td>
2008-08-03 01:26:45 +00:00
<td>This is the latest official release</td>
</tr>
</table>
<?php include("footer.php"); ?>