point source link at Github, point interim build at appveyor

This commit is contained in:
Brad Smith 2020-06-04 18:39:20 -04:00 committed by GitHub
parent 322c671ea7
commit 914a22383b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -79,14 +79,14 @@
<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>
<p>If you are working with a developer to fix an issue affecting you then this is where you will find your fixed build. It may potentially be out of date.</p>
<ul><li><a href="http://fceux.com/zip">Interim Build $WCREV$</a> $WCDATE$</li></ul>
<p>If you are working with a developer to fix an issue affecting you then this is where you will find your fixed build:</p>
<ul><li><a href="https://ci.appveyor.com/project/zeromus/fceux/build/artifacts">Interim Build</a></li></ul>
<h3>Source Code</h3>
<ul>
<li><a href="http://sourceforge.net/p/fceultra/code/">SVN repository</a></li>
<li><a href="https://github.com/TASVideos/fceux">Git repository</a></li>
</ul>
<p>FCEUX development is done commited to a subversion repository hosted at sourceforge. The last version of the source can be found there.</p>
<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>