DGP - Fix to non-bulk densities
[debian/openrocket] / html / download.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4   <title>OpenRocket&mdash;Download</title>
5   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"/>
6   <meta name="keywords" content="OpenRocket, model rocket, simulator, simulation, rocketry"/>
7   <link rel="stylesheet" type="text/css" href="layout.css"/>
8 </head>
9
10 <body class="page_download">
11   <!--[if lte IE 6]>
12   <div id="iewarn">
13     You are using a browser that is <strong>8 years old!</strong>  
14     &nbsp;&nbsp;&nbsp;
15     In Internet-years that is <em>prehistoric!</em><br/>
16     For the sanity of all webmasterkind, 
17     <em>please <a href="http://www.mozilla.com/">upgrade</a></em>.  It's easy!
18   </div>
19   <![endif]-->
20
21   <h1>Download OpenRocket</h1>
22
23   <div class="menucontainer">
24   <div class="menu">
25     <ul>
26       <li>OpenRocket</li>
27       <li><a href="index.html">Home</a></li>
28       <li><a href="features.html">Features</a></li>
29       <li><a href="screenshots.html">Screenshots</a></li>
30       <li><a href="download.html">Download</a></li>
31       <li><a href="documentation.html">Documentation</a></li>
32       <li><a href="contact.html">
33         Mailing lists<br/>
34         Support forums<br/>
35         Contact info</a></li>
36       <li><a href="report.html">
37         Report a bug<br/>
38         Request a feature</a></li>
39       <li><a href="license.html">License</a></li>
40     </ul>
41     <div class="logo">
42       <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>
43     </div>
44   </div>
45   </div>
46
47   <div class="content">
48
49     <h2>Binary download</h2>
50
51     <p>The binary download below is the recommended package for general
52     use.  It is pre-packaged with motor thrust curves from
53     <a href="http://www.thrustcurve.org/">thrustcurve.org</a>.</p>
54
55     <p><em>OpenRocket requires <strong>Java version 6</strong> or
56     later.  The Sun JRE is recommended.</em></p>
57
58     <p class="download">
59     <a href="https://sourceforge.net/projects/openrocket/files/openrocket/OpenRocket-0.9.6.jar/download">Download OpenRocket 0.9.6</a></p>
60
61     <p>OpenRocket is still considered <strong>beta software</strong>.
62     If you encounter any problems, please 
63     <a href="report.html">report them</a> so they can be fixed!</p>
64
65     <p>OpenRocket can be started in graphical environments (such as
66     Windows) by double-clicking the package icon.  No installation is
67     required.  From the command line it can be started by</p>
68     <pre class="quote">$ java -jar OpenRocket-0.9.6.jar</pre>
69
70     <p>Older packages and source code are available from the
71     <a href="https://sourceforge.net/project/showfiles.php?group_id=260357&amp;package_id=319743">SourceForge repository</a>.</p>
72
73
74     <h2>Source code</h2>
75
76     <p><strong>Source packages</strong> for OpenRocket are available in the
77     <a href="https://sourceforge.net/project/showfiles.php?group_id=260357&amp;package_id=319743">SourceForge repository</a>.</p>
78
79     <p>Alternatively, the most recent development version can be 
80     obtained from the
81     <a href="http://openrocket.svn.sourceforge.net/viewvc/openrocket/">SVN 
82     repository</a>.  It can be retrieved simply using the command</p>
83     <pre class="quote">$ svn co https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk OpenRocket</pre>
84     <p>The above URL may be used to connect to the repository with
85     other Subversion clients as well.</p>
86
87
88
89   </div>
90
91   <div class="valid">
92     <p><a href="http://validator.w3.org/check/referer"><img src="valid-xhtml10.png" alt="Valid XHTML 1.0!"/></a>
93        <a href="http://jigsaw.w3.org/css-validator/check/referer"><img src="vcss.gif" alt="Valid CSS!"/></a>
94     </p>
95   </div>
96
97 <!-- Piwik -->
98 <script type="text/javascript">
99 var pkBaseURL = (("https:" == document.location.protocol) ? "https://apps.sourceforge.net/piwik/openrocket/" : "http://apps.sourceforge.net/piwik/openrocket/");
100 document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
101 </script><script type="text/javascript">
102 piwik_action_name = '';
103 piwik_idsite = 1;
104 piwik_url = pkBaseURL + "piwik.php";
105 piwik_log(piwik_action_name, piwik_idsite, piwik_url);
106 </script>
107 <noscript><p><img src="http://apps.sourceforge.net/piwik/openrocket/piwik.php?idsite=1" alt=""/></p></noscript>
108 <!-- End Piwik Tag -->
109
110 </body>
111 </html>
112