fceux/web/download.html

185 lines
9.6 KiB
HTML
Raw Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Downloads</title>
<link href="fceux.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="masthead">
<span class="largerfont">FCEUX<br/></span>The all in one NES/Famicom/Dendy Emulator
</div>
<div id="top_nav">
<a href="home.html">Home</a>
<a href="download.html">Download</a>
<a href="documentation.html">Documentation</a>
<a href="version.html">Versions</a>
<a href="contact.html">Contact</a>
<a href="links.html">Links</a>
</div>
<div id="container">
<div id="left_col">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:inline-block;width:180px;height:150px"
data-ad-client="ca-pub-0764229755985190"
data-ad-slot="7648866201"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:inline-block;width:180px;height:150px"
data-ad-client="ca-pub-0764229755985190"
data-ad-slot="7648866201"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<div id="page_content">
<h1>Downloads</h1>
<p>The FCEUX team maintains two ports: SDL and Win32.
2009-12-04 16:39:34 +00:00
The Win32 port has an extensive set of native gui amenities and tools.
The SDL port supports most of the features of the Win32 build (debug tools, Lua scripting, movie recording),
but some of the Win32 features (TAS Editor) are exclusive to Windows.
The SDL port should run in any UNIX-like OS (Linux/Solaris/BSD/OSX).
2009-12-04 16:39:34 +00:00
</p>
<p>Network play in Win32 is not presently functional. Fixing it is a high priority.</p>
2009-12-04 16:39:34 +00:00
<h4>Win32</h4>
<ul>
<li>Be sure to check out the fceux.chm file (Under Help -> Help... in the emulator main menu). We work pretty hard on keeping that up to date!
<ul><li>We also keep an up to date <a href="help/fceux.html">online version</a></li></ul>
2009-12-04 16:39:34 +00:00
</li>
</ul>
<h4>SDL</h4>
<ul>
<li><a href="https://cmake.org/">Cmake is required to build from source.</a></li>
<li>Cross platform Qt GUI replaces deprecated GTK GUI</li>
<li>Requires Qt5, SDL2, minizip, zlib, and OpenGL</li>
<li>Lua 5.1 is optional, if the system cannot provide this, an internal version of Lua will be statically linked</li>
<li>The Qt GUI is required and will automatically be part of the build.</li>
<li>For installation instructions on Linux systems, see the README at the root level of the source tree</li>
<li>For build examples, see the script files in the pipelines directory of the project</li>
2009-12-04 16:39:34 +00:00
</ul>
<h3>Download</h3>
<ul>
2016-07-28 20:46:50 +00:00
<li><a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.2.3/fceux-2.2.3-win32.zip/download">FCEUX 2.2.3 win32 Binary</a></li>
<li><a href="http://sourceforge.net/projects/fceultra/files/Source%20Code/2.2.3%20src/fceux-2.2.3.src.tar.gz/download">FCEUX 2.2.3 src</a></li>
</ul>
2012-11-27 20:07:43 +00:00
2020-06-17 08:17:22 +00:00
<p>If you would like to test the current in-development version of FCEUX, interim builds are available here:</p>
<ul>
<li><a href="https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux.zip?branch=master&job=Windows%2032">Windows 32-bit</a></li>
<li><a href="https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux64.zip?branch=master&job=Windows%2064">Windows 64-bit</a></li>
<li><a href="https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux-2.3.0-amd64.deb?branch=master&job=Ubuntu">Ubuntu Linux</a></li>
<li><a href="https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux-2.3.0-Darwin.dmg?branch=master&job=MacOS">Mac OS X</a></li>
2020-06-17 08:17:22 +00:00
</ul>
2016-07-31 20:47:19 +00:00
<h3>Source Code</h3>
<ul>
<li><a href="https://github.com/TASVideos/fceux">Git repository</a></li>
</ul>
<p>FCEUX development is done commited to a Git repository hosted at Github. The last version of the source can be found there.</p>
<h4>Compiling</h4>
<ul>
2016-07-28 21:03:45 +00:00
<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 Qt/SDL build uses Cmake</li>
2010-08-15 23:48:59 +00:00
<li>Everything needed to compile the win32 version is included in SVN</li>
<li>The Qt/SDL port requires development packages for Qt5, SDL2, minizip, zlib, and OpenGL</li>
</ul>
<h3>Old Versions</h3>
<table border="1">
<tr>
<th>Win32 Binary</th><th>SRC</th><th>Deb Binary</th>
</tr>
<tr>
<td><a href="https://sourceforge.net/projects/fceultra/files/Binaries/2.2.2/fceux-2.2.2-win32.zip/download">FCEUX 2.2.2</a></td>
<td><a href="https://sourceforge.net/projects/fceultra/files/Source%20Code/2.2.2%20src/fceux-2.2.2.src.tar.gz/download">FCEUX 2.2.2 src</a></td>
</tr>
</tr>
<tr>
<td><a href="https://sourceforge.net/projects/fceultra/files/Binaries/2.2.1/fceux-2.2.1-win32.zip/download">FCEUX 2.2.1</a></td>
<td><a href="https://sourceforge.net/projects/fceultra/files/Source%20Code/2.2.1%20src/fceux-2.2.1.src.tar.gz/download">FCEUX 2.2.1 src</a></td>
</tr>
</tr>
<tr>
<td><a href="https://sourceforge.net/projects/fceultra/files/Binaries/2.2.0/fceux-2.2.0-win32.zip/download">FCEUX 2.2.0</a></td>
<td><a href="https://sourceforge.net/projects/fceultra/files/Source%20Code/2.2.0%20src/fceux-2.2.0.src.tar.gz/download">FCEUX 2.2.0 src</a></td>
</tr>
</tr>
2012-11-27 20:07:43 +00:00
<tr>
<td><a href="https://sourceforge.net/projects/fceultra/files/Binaries/2.1.5/fceux-2.1.5-win32.zip/download">FCEUX 2.1.5</a> <a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.1.5/fceux-2.1.5-win32-Win2000_Win98.zip/download"> Win2000/98</a></td>
<td><a href="https://sourceforge.net/projects/fceultra/files/Source%20Code/2.1.5%20src/fceux-2.1.5.src.tar.bz2/download">FCEUX 2.1.5 src</a></td>
</tr>
2012-11-27 20:07:43 +00:00
<tr>
<td><a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.1.4/fceux-2.1.4a-win32.zip/download">FCEUX 2.1.4a</a> <a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.1.4/fceux-2.1.4a-win32-Win2000_Win98.zip/download"> Win2000/98</a></td>
<td><a href="http://sourceforge.net/projects/fceultra/files/Source%20Code/2.1.4%20src/fceux-2.1.4a.src.tar.bz2/download">FCEUX 2.1.4a src</a></td>
</tr>
<tr>
<td><a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.1.3%20binaries/fceux-2.1.3-win32.zip/download">FCEUX2.1.3</a></td>
<td><a href="http://sourceforge.net/projects/fceultra/files/Source%20Code/2.1.3%20src/fceux-2.1.3.src.tar.bz2/download">FCEUX2.1.3</a></td>
</tr>
<tr>
<td><a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.1.2%20binaries/fceux-2.1.2-win32.zip/download">FCEUX2.1.2</a></td>
<td><a href="http://sourceforge.net/projects/fceultra/files/Source%20Code/2.1.2%20src/fceux-2.1.2.src.tar.bz2/download">FCEUX2.1.2</a></td>
</tr>
<tr>
<td><a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.1.1%20binaries/fceux-2.1.1.win32.zip/download">FCEUX2.1.1</a></td>
<td><a href="http://sourceforge.net/projects/fceultra/files/Source%20Code/2.1.1%20src/fceux-2.1.1.src.tar.bz2/download">FCEUX2.1.1</a></td>
</tr>
<tr>
<td></td>
<td><a href="http://sourceforge.net/projects/fceultra/files/Source%20Code/2.1.0a%20src/fceux-2.1.0a.src.tar.bz2/download">FCEUX2.1.1a</a></td>
</tr>
<tr>
<td><a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.1.0%20binaries/fceux-2.1.0.win32.zip/download">FCEUX2.1.0</a></td>
<td><a href="http://sourceforge.net/projects/fceultra/files/Source%20Code/2.1.0%20src/fceux-2.1.0.src.tar.bz2/download">FCEUX2.1.0</a></td>
<td><a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.1.0%20binaries/fceux_2.1_i386.deb/download">FCEUX2.1.0</a></td>
</tr>
<tr>
<td><a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.0.3%20win32/fceux-2.0.3.win32.zip/download">FCEUX2.0.3</a></td>
<td><a href="http://sourceforge.net/projects/fceultra/files/Source%20Code/2.0.3%20src/fceux-2.0.3.src.tar.bz2/download">FCEUX2.0.3</a></td>
</tr>
<tr>
<td><a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.0.2%20win32/fceux-2.0.2.win32.zip/download">FCEUX2.0.2</a></td>
<td><a href="http://sourceforge.net/projects/fceultra/files/Source%20Code/2.0.2%20src/fceux-2.0.2.src.tar.bz2/download">FCEUX2.0.2</a></td>
</tr>
<tr>
<td><a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.0.1%20win32/fceux-2.0.1.win32.zip/download">FCEUX2.0.1</a></td>
<td><a href="http://sourceforge.net/projects/fceultra/files/Source%20Code/2.0.1%20src/fceux-2.0.1.src.tar.bz2/download">FCEUX2.0.1</a></td>
</tr>
<tr>
<td><a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.0.0%20win32/fceux-2.0.0.win32.zip/download">FCEUX2.0.0</a></td>
<td><a href="http://sourceforge.net/projects/fceultra/files/Source%20Code/2.0.0%20src/fceux-2.0.0.src.tar.bz2/download">FCEUX2.0.0</a></td>
</tr>
</table>
</div>
</div>
<div id="footer">
<a href="home.html">Home</a> | <a href="download.html">Download</a> |
<a href="documentation.html">Documentation</a> | <a href="version.html">
2009-12-04 17:01:40 +00:00
Version History</a> | <a href="contact.html">Contact</a> | <a href="links.html">Links</a>
2009-12-05 00:05:16 +00:00
<br/>We are in no way affiliated or endorsed by Nintendo or Nintendo of America. "Nintendo" is a registered trademark of Nintendo of America Inc.
<br/>©2009 adelikat
</div>
</body>
</html>