forked from townforge/townforge.net
105 lines
2.8 KiB
Markdown
105 lines
2.8 KiB
Markdown
---
|
|
title: Download
|
|
layout: page
|
|
index: 5
|
|
---
|
|
|
|
If you can't build from the <a href="https://git.townforge.net/">source</a>, you can download binaries here.
|
|
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
</td>
|
|
<td>
|
|
Linux x86_64
|
|
</td>
|
|
<td>
|
|
Windows
|
|
</td>
|
|
<td>
|
|
Mac
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Main download
|
|
<br>
|
|
<font size="-1">(game, command line tools)</font>
|
|
</td>
|
|
<td>
|
|
<font size="+2"><a href="/dist/townforge-linux-x86_64-0.30.0.1.tar.bz2">Download</a></font>
|
|
<br>
|
|
<a href="/dist/townforge-linux-x86_64-0.30.0.1.tar.bz2.asc">Signature</a>
|
|
<br>
|
|
<a href="https://git.townforge.net/townforge/townforge/raw/branch/cc/utils/gpg_keys/moneromooo.asc">Public key</a>
|
|
</td>
|
|
<td>
|
|
<font size="+2"><a href="/dist/townforge-windows-x64-0.30.0.1.zip">Download</a></font>
|
|
<br>
|
|
<a href="/dist/townforge-windows-x64-0.30.0.1.zip.asc">Signature</a>
|
|
<br>
|
|
<a href="https://git.townforge.net/townforge/townforge/raw/branch/cc/utils/gpg_keys/iDunk.asc">Public key</a>
|
|
</td>
|
|
<td>
|
|
<font size="+2"><a href="/dist/townforge-mac-x64-0.30.0.1.tar.bz2">Download</a></font>
|
|
<br>
|
|
<a href="/dist/townforge-mac-x64-0.30.0.1.tar.bz2.asc">Signature</a>
|
|
<br>
|
|
<a href="https://git.townforge.net/townforge/townforge/raw/branch/cc/utils/gpg_keys/selsta.asc">Public key</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Extra music
|
|
</td>
|
|
<td colspan="3">
|
|
<font size="+2"><center><a href="/dist/ExtraMusic.pak">Download - all platforms</a></center></font>
|
|
<br>
|
|
(optional, 88MB, copy to the unpacked Townforge directory)
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
GUI wallet
|
|
</td>
|
|
<td>
|
|
<font size="+2"><a href="/dist/feather.gz">Download</a></font>
|
|
<br>
|
|
<a href="/dist/feather.gz.asc">Signature</a>
|
|
<br>
|
|
<a href="https://git.townforge.net/townforge/townforge/raw/branch/cc/utils/gpg_keys/moneromooo.asc">Public key</a>
|
|
</td>
|
|
<td>
|
|
-
|
|
</td>
|
|
<td>
|
|
-
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<h2>Verifying your download</h2>
|
|
|
|
Import the signing key if you don't have it already (it's in the monero and townforge trees, in utils/gpg\_keys/moneromooo.asc for the Linux binaries, utils/gpg\_keys/iDunk.asc for the Windows binaries, utils/gpg\_keys/selsta.asc for the Mac binaries), then verify the download:
|
|
|
|
<h3>Linux</h3>
|
|
<code>
|
|
gpg --import utils/gpg_keys/moneromooo.asc
|
|
<br>
|
|
gpg --verify townforge-linux-x86_64-0.30.0.1.tar.bz2.asc townforge-linux-x86_64-0.30.0.1.tar.bz2
|
|
</code>
|
|
|
|
<h3>Windows</h3>
|
|
<code>
|
|
gpg --import utils/gpg_keys/iDunk.asc
|
|
<br>
|
|
gpg --verify townforge-windows-x64-0.30.0.1.zip.asc townforge-windows-x64-0.30.0.1.zip
|
|
</code>
|
|
|
|
<h3>Mac</h3>
|
|
<code>
|
|
gpg --import utils/gpg_keys/selsta.asc
|
|
<br>
|
|
gpg --verify townforge-mac-x64-0.30.0.1.tar.bz2.asc townforge-mac-x64-0.30.0.1.tar.bz2
|
|
</code>
|