freecol/www.freecol.org/download.html

158 lines
12 KiB
HTML

---
title: Download
author: FreeCol Team
layout: page
folder:
path: /download.html
name: Download
---
<!-- <h4>The last stable version release of FreeCol:</h4> -->
<br />
<table border="0" cellspacing="0" cellpadding="5">
<tbody>
<tr class="cBody">
<td class="cBody">
<a href="https://sourceforge.net/projects/freecol/files/freecol/freecol-1.1.0/freecol-1.1.0-with-java.exe/download">
<img src="images/xplogo.png" border="0" alt="WINDOWS INSTALLER WITH JAVA INCLUDED" width="32" height="32" />
</a>
</td>
<td class="cBody" width="200">
<a href="https://sourceforge.net/projects/freecol/files/freecol/freecol-1.1.0/freecol-1.1.0-with-java.exe/download">
freecol-1.1.0-with-java.exe
</a>
</td>
<td class="cBody">Windows Installer</td>
</tr>
<tr class="cBody">
<td class="cBody">
<a href="https://sourceforge.net/projects/freecol/files/freecol/freecol-1.1.0/freecol-1.1.0.dmg/download">
<img src="images/mac-bz2.png" border="0" alt="MACOSX" width="32" height="32" />
</a>
</td>
<td class="cBody" width="200">
<a href="https://sourceforge.net/projects/freecol/files/freecol/freecol-1.1.0/freecol-1.1.0.dmg/download">
freecol-1.1.0.dmg
</a>
</td>
<td class="cBody">Package for MacOSX</td>
</tr>
<tr class="cBody">
<td class="cBody">
<a href="https://sourceforge.net/projects/freecol/files/freecol/freecol-1.1.0/freecol-1.1.0-installer.jar/download">
<img src="images/java_jar.png" border="0" alt="JAVA INSTALLER" width="32" height="32" />
</a>
</td>
<td class="cBody" width="200">
<a href="https://sourceforge.net/projects/freecol/files/freecol/freecol-1.1.0/freecol-1.1.0-installer.jar/download">
freecol-1.1.0-installer.jar
</a>
</td>
<td class="cBody">Platform independent installer</td>
</tr>
<tr class="cBody">
<td class="cBody">
<a href="https://sourceforge.net/projects/freecol/files/freecol/freecol-1.1.0/freecol-1.1.0.zip/download">
<img src="images/zip.png" border="0" alt=".ZIP" width="32" height="32" />
</a>
</td>
<td class="cBody" width="200">
<a href="https://sourceforge.net/projects/freecol/files/freecol/freecol-1.1.0/freecol-1.1.0.zip/download">
freecol-1.1.0.zip
</a>
</td>
<td class="cBody">Precompiled .zip</td>
</tr>
<tr class="cBody">
<td class="cBody">
<a href="https://sourceforge.net/projects/freecol/files/freecol/freecol-1.1.0/freecol-1.1.0-src.zip/download">
<img src="images/zip.png" border="0" alt="SOURCE .ZIP" width="32" height="32" />
</a>
</td>
<td class="cBody">
<a href="https://sourceforge.net/projects/freecol/files/freecol/freecol-1.1.0/freecol-1.1.0-src.zip/download">
freecol-1.1.0-src.zip
</a>
</td>
<td class="cBody">Precompiled .zip with source code included</td>
</tr>
</tbody>
</table>
<h4>Requirements:</h4>
All platforms:
<br />
<ul>
<li><strong>Java Virtual Machine version 11 or above</strong></li>
<li>A minimum screen resolution of 1024x768 (Full HD 1080p recommended, especially for the map editor)</li>
</ul>
<h4>Instructions:</h4>
<p align="justify">
Windows users should download
<a href="https://sourceforge.net/projects/freecol/files/freecol/freecol-1.1.0/freecol-1.1.0-with-java.exe/download">freecol-1.1.0-with-java.exe</a>.
You can run the file directly or save it to disk. If you choose the latter then just double-click the file once it&#39;s downloaded.
<br /><br />
Mac OS X users should download
<a href="https://sourceforge.net/projects/freecol/files/freecol/freecol-1.1.0/freecol-1.1.0.dmg/download">freecol-1.1.0.dmg</a>.
FreeCol has some problems running on Mac OS X, so you should save your game frequently. You might also need to get the file out of quarantine after downloading it since we have not signed the application:
<br />
<div style="font-family: monospace">
xattr -d com.apple.quarantine freecol-1.1.0.dmg
<br />xattr -d com.apple.quarantine FreeCol.app
</div>
<br />
Users that know how to start a java program can download <a href="https://sourceforge.net/projects/freecol/files/freecol/freecol-1.1.0/freecol-1.1.0-installer.jar/download">freecol-1.1.0-installer.jar</a>. Start the installation program by running the command: &quot;java -jar freecol-1.1.0-installer.jar&quot;. This installer is recommended for Linux users. <br /><br />
If you don&#39;t need a desktop icon and you know how to start a java program then you can download <a href="https://sourceforge.net/projects/freecol/files/freecol/freecol-1.1.0/freecol-1.1.0.zip/download">freecol-1.1.0.zip</a>.
</p>
<h4>Help, Feedback &amp; Bugs:</h4>
<p align="justify">Help requests and feedback can be sent via e-mail to
<script language='JavaScript' type='text/javascript'>
<!--
var prefix = '&#109;a' + 'i&#108;' + '&#116;o';
var path = 'hr' + 'ef' + '=';
var addy68108 = 'fr&#101;&#101;c&#111;l-&#117;s&#101;rs' + '&#64;';
addy68108 = addy68108 + 'l&#105;sts' + '&#46;' + 's&#111;&#117;rc&#101;f&#111;rg&#101;' + '&#46;' + 'n&#101;t';
var addy_text68108 = 'the mailing list';
document.write( '<a ' + path + '\'' + prefix + ':' + addy68108 + '\'>' );
document.write( addy_text68108 );
document.write( '<\/a>.' );
document.write( '<span style=\'display: none;\'>' );
//-->
</script>
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it.
<script language='JavaScript' type='text/javascript'>
<!--
document.write( '</' );
document.write( 'span>' );
//-->
</script>
Please submit bugs through the SourceForge <a href="https://sourceforge.net/p/freecol/bugs/">bug tracker</a> and request new features by using the <a href="https://sourceforge.net/p/freecol/improvement-requests/">feature request tracker</a>.</p>
<h4>The latest test pre-release of the next version of FreeCol:</h4>
<br />
<div class="graded_block">
<table border="0" cellspacing="0" cellpadding="5">
<tbody>
<tr class="cBody">
<td class="cBody">
<a href="https://github.com/FreeCol/freecol/releases">
<img src="images/download2.png" border="0" alt="" width="32" height="32" />
</a>
</td>
<td class="cBody">
<a href="https://github.com/FreeCol/freecol/releases">FreeCol latest nightly release
</a>
</td>
<td class="cBody">
Installers on GitHub download page
</td>
</tr>
</tbody>
</table>
</div>
Each nightly release includes platform independent installers and source files. Stability is not guaranteed. If you want to contribute you can:
<ul>
<li>Report any bugs you find to our <a href="https://sourceforge.net/p/freecol/bugs/">Bug Tracker</a>.</li>
<li>Suggest features or improvements in our <a href="https://sourceforge.net/p/freecol/improvement-requests/">Improvement Requests Tracker</a>.</li>
<li>Discuss FreeCol releases on our <a href="https://sourceforge.net/p/freecol/discussion/">Forums</a>.</li>
<li>Contribute to our <a href="https://sourceforge.net/p/freecol/git/">code base</a> by Forking and submitting a Pull Request.</li>
</ul>