]> matita.cs.unibo.it Git - helm.git/blob - helm/www/matita/download.shtml
...
[helm.git] / helm / www / matita / download.shtml
1 <!--#include virtual="xhtml-header.shtml" -->
2 <!-- $Id$ -->
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <title>Matita - Download</title>
6     <!--#include virtual="xhtml-meta.shtml" -->
7   </head>
8   <body>
9     <!--#include virtual="menubar.shtml" -->
10     <div class="main">
11       <h1>Download Matita!</h1>
12
13       <h2>Releases<a name="releases"></a></h2>
14       <p>
15       The current release is version 0.5.0, released on May 10, 2008.
16       </p>
17       <dl>
18         <dt>Live CD</dt>
19
20         <dd>available in few days</dd>
21         <!--
22         <dd>The <a href="FILES/matita-0.5.0-1.iso">live CD</a> (around 300
23         MB, md5sum: 2692090267bb551bb34d34ac189dafcf) 
24         is the easiest way to try Matita. You can burn the CD image
25         and boot you computer from the CD, or install a free emulator like <a
26           href="http://virtualbox.org">virtualbox</a> and boot a virtual
27         machine from the CD image. Virtualbox is available for Mac OS X,
28         Windows and Linux.<br/>
29         </dd>
30         -->
31
32         <dt>.deb package</dt>
33         
34         <dd>Matita is part of the <a
35           href="http://packages.debian.org/source/matita"> Debian archive</a>, you can
36         install it with the following command:<pre>aptitude install matita matita-standard-library</pre>
37         </dd>
38
39         <dt>Sources</dt>
40         
41         <dd>You can download the <a
42           href="FILES/matita_0.5.0.orig.tar.gz">sources</a> of Matita (around 2 MB, md5sum:
43         53859d688f554bc73f72218a7c8fea58)
44         and
45         build it by yourself, following the <a
46           href="docs/manual/sec_install.html">installation instructions</a>.
47         The build process, due to the high number of external dependency is not
48         trivial, we thus suggest you to try the live CD or the .deb package
49         first.</dd>
50       </dl>
51
52       <h2>License<a name="license"></a></h2>
53       <p>
54       All our source code is released under the terms of the <a
55       href="http://www.gnu.org/licenses/gpl.html">GNU General Public
56       Licence</a> and is publically accessible on our <a
57       href="http://subversion.tigris.org">Subversion</a> repository.
58       </p>
59
60       <h2>Subversion repository<a name="repo"></a></h2>
61       <p>
62       You can <a href="http://helm.cs.unibo.it/websvn/listing.php?repname=helm&amp;path=%2F&amp;sc=0">browse our svn repository</a> directly on the web.
63       </p>
64
65       <h2>Nightly builds<a name="nightly"></a></h2>
66       <p>
67       A build of the Debian package is performed every night, and a live CD containing that version also is built.
68       You can <a href="FILES/matita-svnhead.iso">download this experimental live CD</a>, or add the Debian repository
69       to your apt configuration file: 
70       <pre>
71       deb http://matita.cs.unibo.it/DEBIAN ./
72       deb-src http://matita.cs.unibo.it/DEBIAN ./
73       </pre>
74       </p>
75
76       <!--#include virtual="bottombar.shtml" -->
77     </div>
78   </body>
79 </html>