view web/download.html @ 70:277b126877c8

Add a Windows build link to the download page.
author John "Elwin" Edwards
date Mon, 25 Jan 2016 21:00:19 -0500
parents 5b6211e2e36f
children 18d0b3441a08
line wrap: on
line source

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Downloads</title>
<link rel="stylesheet" type="text/css" href="/main.css">
</head>

<body>
<h1>Roguelike Gallery</h1>
<div class="nav"><a href="/">rlgallery.org</a> -&gt; Downloads</div>
<div class="content">
<p>You can download the Gallery's games and play them on your own computer.</p>
<h2>Source code</h2>
<p><a href="/files/roguelike-r179-src.tgz">Download</a></p>
<p>Choose this if you want to build the games yourself, or investigate how they work.</p>
<h2>Linux</h2>
<p>Download: <a href="/files/roguelike-r179-linux-x86.tgz">32-bit</a> <a href="/files/roguelike-r179-linux-x64.tgz">64-bit</a></p>
<p>Packages may appear someday.</p>
<h2>Mac OS X</h2>
<p><a href="/files/roguelike-r109-osx.tgz">Download</a></p>
<p>These are unsigned, so your computer may complain about running untrusted programs. I'll fix this if someone sends me a 
free MacBook and $100 for an Apple Developer account.</p>
<p>This build is also a few years old. It doesn't include Advanced Rogue 7, XRogue, or recent bug fixes. Sorry.</p>
<h2>Windows</h2>
<p><a href="/files/roguelike-r212-win-x64.zip">Test build</a> for 64-bit Windows 8. This is new and likely to have problems.</p>
<h2>Bugs?</h2>
<p>If you find any problems, report them on <a href="https://bitbucket.org/ElwinR/rl/issues">Bitbucket</a>.</p>
</div>
<div class="foot"><a href="/">rlgallery.org</a> <a href="/recent.cgi">Recent Games</a> <a href="/scoring/high.cgi">High Scores</a></div>
</body>
</html>