mirror of https://github.com/stella-emu/stella.git
42 lines
1.9 KiB
PHP
42 lines
1.9 KiB
PHP
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<title>Stella: "A Multi-Platform Atari 2600 VCS Emulator"</title>
|
|
<link href="cssscreen.css" rel="stylesheet" media="screen">
|
|
<link href="cssprint.css" rel="stylesheet" media="print">
|
|
</head>
|
|
<body id="development">
|
|
<div class="rightcolumn">
|
|
<div class="header"><?php include("header.php"); ?></div>
|
|
<div class="content">
|
|
|
|
<!---------------------------------------------------------------->
|
|
<!--
|
|
<p>Development snapshots of Stella are created nightly, and can be downloaded
|
|
<a href="http://www.urchlay.com/stella_nightly/">here</a>. Currently, we
|
|
only build for Win32 and Linux platforms. We hope to add support for OSX in
|
|
the future. Have a look at the nightly build
|
|
<a href="http://www.urchlay.com/stella_nightly/README-nightly.txt">
|
|
README</a> for more information.
|
|
-->
|
|
<p>Instructions for compiling Stella from source code can be found in the
|
|
User's Guide, which vary depending on your operating system. Feel free to
|
|
email <a href="mailto:stephena@users.sourceforge.net">Stephen Anthony</a> if
|
|
you encounter problems, or you wish to contribute in any way to the Stella
|
|
project.</p>
|
|
|
|
<p>The latest sourcecode for Stella can always be downloaded using Subversion from
|
|
the Sourceforge servers. Instructions for using Subversion on Sourceforge can be
|
|
found <a href="http://sourceforge.net/svn/?group_id=41847">here</a>.</p>
|
|
<p><b>Note:</b> Developers can check out from 'trunk' with the following command:
|
|
<pre>svn co https://stella.svn.sourceforge.net/svnroot/stella/trunk/stella</pre></p>
|
|
<!---------------------------------------------------------------->
|
|
|
|
</div>
|
|
<div class="footer"><?php include("footer.php"); ?></div>
|
|
</div>
|
|
<div class="leftcolumn"><?php include("menu.html"); ?></div>
|
|
</body>
|
|
</html>
|