openrocket/core/web/htp/download.htp

91 lines
3.1 KiB
Plaintext
Raw Normal View History

2010-03-12 23:06:04 +00:00
<file template="body.htt">
<set title="OpenRocket &mdash; Download">
<set page="download">
<block name="body">
<h1>Download OpenRocket</h1>
<div class="content">
<set newstitle="Recent news:">
<set onlyrecent="true">
<file include="news.htp">
<div class="contentholder">
2010-03-20 13:36:07 +00:00
<h2>Ready packages</h2>
2010-03-12 23:06:04 +00:00
2010-03-20 13:36:07 +00:00
<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>
2010-03-12 23:06:04 +00:00
2012-03-10 14:29:32 +00:00
<h3>Desktop version</h3>
2010-03-20 13:36:07 +00:00
2012-03-10 14:29:32 +00:00
<p>This is the latest version of the desktop version of
OpenRocket. It contains the latest and greatest features, and
runs on any system supporting Java.</p>
2010-03-20 13:36:07 +00:00
2012-03-10 14:29:32 +00:00
<div class="left">
<img src="java_logo.png" alt=""/>
</div>
2010-03-21 11:25:59 +00:00
<div class="right support">
<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>
</div>
2010-03-20 13:36:07 +00:00
<set sourcelink="true">
2010-03-12 23:06:04 +00:00
<downloadbox>
2010-03-20 13:36:07 +00:00
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
<span class="command">java -jar OpenRocket-<use version>.jar</span></p>
2012-03-10 14:29:32 +00:00
<h3>Android version</h3>
<p>The Android version allows opening OpenRocket files, viewing
simulations and motors. Later versions will allow running
simulations as well.</p>
<p>The Android version is thanks to the fantastic work by Kevin
Ruland.</p>
<div class="left">
<img src="android_logo.png" alt=""/>
</div>
<div class="instructions">
<p>Installation:</p>
<ol>
<li>Go to <em>Settings</em> &rarr; <em>Applications</em> and
check <em>Unknown sources</em>.</li>
<li>Download <a href="https://sourceforge.net/projects/openrocket/files/openrocket/${version}/OpenRocket-Android-${version}.apk/download">OpenRocket-Android-<use version>.apk</a>
on your device and accept installation.</li>
</ol>
</div>
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>
2010-03-12 23:06:04 +00:00
2010-03-20 13:36:07 +00:00
<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>
<contentbox>
</div>
</block>