DGP - Fix to non-bulk densities
[debian/openrocket] / html / htp / download.htp
1 <file template="body.htt">
2 <set title="OpenRocket &mdash; Download">
3 <set page="download">
4
5 <block name="body">
6   <h1>Download OpenRocket</h1>
7
8   <div class="content">
9
10     <set newstitle="Recent news:">
11     <set onlyrecent="true">
12     <file include="news.htp">
13
14     <div class="contentholder">
15       <h2>Binary download</h2>
16
17       <p>The binary download below is the recommended package for general
18         use.  It is pre-packaged with motor thrust curves from
19         <a href="http://www.thrustcurve.org/">thrustcurve.org</a>.</p>
20
21       <p><em>OpenRocket requires <strong>Java version 6</strong> or
22           later.  The Sun Java Runtime is recommended.</em></p>
23       
24       <downloadbox>
25       
26       <p>You can also join the 
27         <a href="https://lists.sourceforge.net/lists/listinfo/openrocket-announce"><tt>OpenRocket-announce</tt> mailing list</a>
28         to receive notification on new versions.</p>
29       
30       <p>OpenRocket can be started in most graphical environments (including
31         Windows) by double-clicking the package icon.  No installation is
32         required.</p>
33
34       <p>From the command line OpenRocket can be started by</p>
35       <pre class="quote">$ java -jar OpenRocket-<use version>.jar</pre>
36         
37       <p>Older packages and source code are available from the
38         <a href="https://sourceforge.net/projects/openrocket/files/openrocket/">SourceForge repository</a>.</p>
39     </div>
40     <div class="clear"></div>
41
42     <h2>Source code</h2>
43
44     <p><strong>Source packages</strong> for OpenRocket are available in the
45       <a href="https://sourceforge.net/projects/openrocket/files/openrocket/">SourceForge repository</a>.</p>
46     
47     <p>Alternatively, the most recent development version can be 
48       obtained from the
49       <a href="http://openrocket.svn.sourceforge.net/viewvc/openrocket/">SVN 
50         repository</a>.  It can be retrieved simply using the command</p>
51     <pre class="quote">$ svn co https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk OpenRocket</pre>
52     <p>The above URL may be used to connect to the repository with
53       other Subversion clients as well.</p>
54
55     <contentbox>
56   </div>
57 </block>