Welcome to mirror list, hosted at ThFree Co, Russian Federation.

download.html « web - github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6491e2e64ff980f452791663ae3e9ab8ff0df61f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<!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.4/fceux-2.6.4-win32.zip/download">FCEUX 2.6.4 win32 Binary</a></li>
			<li><a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.6.4/qfceux-2.6.4-win64.zip/download">FCEUX 2.6.4 Qt/SDL win64 Binary</a></li>
			<li><a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.6.4/fceux-2.6.4-Darwin.dmg/download">FCEUX 2.6.4 MacOSX Binary</a></li>
			<li><a href="https://sourceforge.net/projects/fceultra/files/latest/download">FCEUX 2.6.4 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>
		
		<p>Versions since 2.2.3 can be found at: <a href="https://github.com/TASEmulators/fceux/releases">Github Releases</a>
		or <a href="https://sourceforge.net/projects/fceultra/files/Binaries/">SourceForge Files</a>.
		</p>
		
		<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>