openrocket/web/html/download.html

150 lines
7.0 KiB
HTML
Raw Normal View History

2010-03-12 23:06:04 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>OpenRocket &mdash; Download</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="keywords" content="OpenRocket, model rocket, simulator, simulation, rocketry" />
<link rel="stylesheet" type="text/css" href="layout.css" />
<meta name="Generator" content="htp 1.16" />
</head>
<body class="page_download">
<!--[if lte IE 6]>
<div id="iewarn">
You are using a browser that is <strong>8 years old!</strong>
&nbsp;&nbsp;&nbsp;
In Internet-years that is <em>prehistoric!</em><br/>
For the sanity of all webmasterkind,
<em>please <a href="http://www.mozilla.com/">upgrade</a></em>. It's easy!
</div>
<![endif]-->
<div class="menucontainer">
<div class="menu">
<div class="icon"><a href="index.html"></a></div>
<ul>
<li><a href="index.html">OpenRocket</a></li>
<li><a href="features.html">Features and screenshots</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="documentation.html">Documentation</a></li>
2010-07-17 22:52:23 +00:00
<li><a href="http://sourceforge.net/apps/mediawiki/openrocket/">Wiki pages</a></li>
2010-03-12 23:06:04 +00:00
<li><a href="getinvolved.html">Get involved!</a></li>
<li><a href="contact.html">
Mailing lists<br/>
Support forums<br/>
Contact info</a></li>
<li><a href="report.html">
Report a bug<br/>
Request a feature</a></li>
<li><a href="license.html">License</a></li>
</ul>
<div class="logo">
<a href="http://sourceforge.net/projects/openrocket"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=260357&amp;type=12" width="120" height="30" alt="Get OpenRocket at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
</div>
</div>
</div>
<h1>Download OpenRocket</h1>
<div class="content">
<div class="news">
<h2>Recent news:</h2>
2011-07-22 13:29:01 +00:00
<p><span class="date">22.7.2011:</span> Version 1.1.6 is
<a href="download.html">released</a>!</p>
<p>This release includes initial localization support and
translations to French, German and Spanish. This is thanks to the
great work of Boris du Reau, and the teams from Tripoli France,
Tripoli Spain and ERIG e.V. If you prefer to use some other
language than the system default, you can select the language on
the "Options" tab of the preferences dialog.</p>
<p>The release also includes design scaling support and numerous bug
fixes.</p>
2011-06-10 16:56:16 +00:00
<p><span class="date">10.6.2011:</span> Version 1.1.5 is
<a href="download.html">released</a>!</p>
<p>This release includes updates to the printing system which fixes
printing on Windows.</p>
2011-03-05 11:39:58 +00:00
<p><span class="date">5.3.2011:</span> Version 1.1.4 is
<a href="download.html">released</a>!</p>
<p>This release includes initial printing support, thanks to Doug
Pedrick. Printing still has a few issues on some platforms.
Various bugs have also been fixed.</p>
2010-03-12 23:06:04 +00:00
</div>
<div class="contentholder">
2010-03-20 13:36:07 +00:00
<h2>Ready packages</h2>
<p>These are packages ready for use and are the recommended
download for normal users. They are pre-packaged with motor
thrust curves from
2010-03-12 23:06:04 +00:00
<a href="http://www.thrustcurve.org/">thrustcurve.org</a>.</p>
2010-03-20 13:36:07 +00:00
<p>OpenRocket requires <strong>Java version 6</strong> or
later. The Sun Java Runtime is recommended.</p>
<h3>Development release</h3>
<p>The development release contains the latest and greatest
features, but may contain more bugs than the stable version.
Currently the development version is the recommended
download.</p>
<div class="right support">
2010-03-21 11:25:59 +00:00
<a href="http://sourceforge.net/donate/index.php?group_id=260357"><img src="project-support.jpg" width="88" height="32" alt="Support This Project" /></a>
2010-03-20 13:36:07 +00:00
</div>
2010-03-12 23:06:04 +00:00
<div class="downloadbox">
2011-07-22 13:29:01 +00:00
<a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.6/OpenRocket-1.1.6.jar/download">
2010-03-12 23:06:04 +00:00
<strong>Download now!</strong>
2011-07-22 13:29:01 +00:00
<span>OpenRocket-1.1.6.jar</span>
2010-03-12 23:06:04 +00:00
</a>
<span class="alternative">
2011-07-22 13:29:01 +00:00
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.6/ReleaseNotes/view">Release notes</a> |
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.6/OpenRocket-1.1.6-src.zip/download">Source code</a>
2010-03-12 23:06:04 +00:00
</span>
</div>
2010-03-20 13:36:07 +00:00
<h3>Stable release</h3>
<p>Occasionally during OpenRocket development focus will shift
from feature development towards getting all open bugs fix and
to produce a stable release. No updates are made to the
stable branch except for possible bug fixes, so the stable
release has less features than the development release.</p>
<p>The current stable release is
<tt><a class="main"
href="https://sourceforge.net/projects/openrocket/files/openrocket/1.0.0/OpenRocket-1.0.0.jar/download">OpenRocket-1.0.0.jar</a></tt></p>
<h3>Running OpenRocket</h3>
2010-03-12 23:06:04 +00:00
<p>OpenRocket can be started in most graphical environments (including
Windows) by double-clicking the package icon. No installation is
required.</p>
2010-03-20 13:36:07 +00:00
<p>From the command line OpenRocket can be started by
2011-07-22 13:29:01 +00:00
<span class="command">java -jar OpenRocket-1.1.6.jar</span></p>
2010-03-12 23:06:04 +00:00
</div>
<div class="clear"></div>
2010-03-20 13:36:07 +00:00
<h2>Source code and older versions</h2>
<p><strong>Source packages</strong> and older versions of
OpenRocket are available in the
2010-03-12 23:06:04 +00:00
<a href="https://sourceforge.net/projects/openrocket/files/openrocket/">SourceForge repository</a>.</p>
<p>Alternatively, the most recent development version can be
obtained from the
<a href="http://openrocket.svn.sourceforge.net/viewvc/openrocket/">SVN
repository</a>. It can be retrieved simply using the command</p>
<pre class="quote">$ svn co https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk OpenRocket</pre>
<p>The above URL may be used to connect to the repository with
other Subversion clients as well.</p>
<div class="t"></div>
<div class="r"></div>
<div class="b"></div>
<div class="l"></div>
<div class="tr"></div>
<div class="tl"></div>
<div class="br"></div>
<div class="bl"></div>
</div>
<div class="valid">
<p><a href="http://validator.w3.org/check/referer"><img src="valid-xhtml10.png" alt="Valid XHTML 1.0!" /></a>
</p>
</div>
<!-- Piwik -->
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "https://apps.sourceforge.net/piwik/openrocket/" : "http://apps.sourceforge.net/piwik/openrocket/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
piwik_action_name = '';
piwik_idsite = 1;
piwik_url = pkBaseURL + "piwik.php";
piwik_log(piwik_action_name, piwik_idsite, piwik_url);
</script>
<noscript><p><img src="http://apps.sourceforge.net/piwik/openrocket/piwik.php?idsite=1" alt="" /></p></noscript>
<!-- End Piwik Tag -->
</body>
</html>