<!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: Qt/SDL and Win32.<br><br> The Win32 port offers the classic extensive set of native gui amenities and tools.<br><br> The newer Qt/SDL port supports all of the features of the Win32 build (debug tools, Lua scripting, movie recording, TAS Editor). Many of the tools in the Qt/SDL port have taken on a new look and feel. There are also a few new tools exclusive to the Qt/SDL port such as the sprite viewer, NES Palette Editor, AVI RIFF Tree viewer, and frame timing tool. The Qt/SDL port is 100% cross platform and should run on any UNIX-like OS (Linux/Solaris/BSD/OSX) as well as Windows. </p> <p>Network play in both the Win32 and SDL ports is not presently functional. There are no plans to fix it at this time.</p> <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> </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>ffmpeg libraries (libavutil, libavformat, libavcodec, libswscale, libswresample) are recommended optional dependencies that provide many encoding features for AVI recording</li> <li>libx264 is an optional dependency that provides H.264 video encoding for AVI recording</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> </ul> <h3>Download</h3> <ul> <li><a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.6.2/fceux-2.6.2-win32.zip/download">FCEUX 2.6.2 win32 Binary</a></li> <li><a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.6.2/qfceux-2.6.2-win64.zip/download">FCEUX 2.6.2 Qt/SDL win64 Binary</a></li> <li><a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.6.2/fceux-2.6.2-Darwin.dmg/download">FCEUX 2.6.2 MacOSX Binary</a></li> <li><a href="https://sourceforge.net/projects/fceultra/files/latest/download">FCEUX 2.6.2 src</a></li> </ul> <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/qfceux64.zip?branch=master&job=Win64%20Qt">Win 64 Qt/SDL</a></li> <li><a href="https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux-2.6.3-amd64.deb?branch=master&job=Ubuntu">Ubuntu Linux</a></li> <li><a href="https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux-2.6.3-Darwin.dmg?branch=master&job=MacOS">Mac OS X</a></li> </ul> <h3>Source Code</h3> <ul> <li><a href="https://github.com/TASEmulators/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> <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> <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.3/fceux-2.2.3-win32.zip/download">FCEUX 2.2.3</a></td> <td><a href="https://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></td> </tr> </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> <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> <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"> Version History</a> | <a href="contact.html">Contact</a> | <a href="links.html">Links</a> <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>