]> 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 version is 0.5.5, released on November 17, 2008. Here the 
16       <a href="http://helm.cs.unibo.it/websvn/filedetails.php?repname=helm&path=%2Ftrunk%2Fhelm%2Fsoftware%2Fmatita%2Fdist%2FChangeLog&rev=0&sc=0">ChangeLog</a>.
17       </p>
18       <dl>
19         <dt>Live CD</dt>
20
21         <!--
22         <dd>Coming soon</dd>
23         -->
24         <dd>The <a href="FILES/matita-0.5.5.iso">live CD</a> (around 330
25         MB, md5sum: 
26 60c746b5e2bbb8a3c3153d726285bc6a 
27         ) 
28         is the easiest way to try Matita. You can burn the CD image
29         and boot you computer from the CD, or install a free emulator like <a
30           href="http://virtualbox.org">virtualbox</a> and boot a virtual
31         machine from the CD image. Virtualbox is available for Mac OS X,
32         Windows and Linux.<br/>
33         </dd>
34
35         <dt>.deb package</dt>
36         
37         <dd>Matita is part of the <a
38           href="http://packages.debian.org/source/matita"> Debian archive</a>, you can
39         install it with the following command:<pre>aptitude install matita matita-standard-library</pre>
40         </dd>
41
42         <dt>Sources</dt>
43         
44         <dd>You can download the <a
45           href="FILES/matita_0.5.5.orig.tar.gz">sources</a> of Matita (around 2 MB, md5sum:
46 e22f3c313f3291400f2912cc24eaa591 
47         )
48         and
49         build it by yourself, following the <a
50           href="docs/manual/sec_install.html">installation instructions</a>.
51         The build process, due to the high number of external dependency is not
52         trivial, we thus suggest you to try the live CD or the .deb package
53         first.</dd>
54       </dl>
55
56       <h2>License<a name="license"></a></h2>
57       <p>
58       All our source code is released under the terms of the <a
59       href="http://www.gnu.org/licenses/gpl.html">GNU General Public
60       Licence</a> and is publically accessible on our <a
61       href="http://subversion.tigris.org">Subversion</a> repository.
62       </p>
63
64       <h2>Subversion repository<a name="repo"></a></h2>
65       <p>
66       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.
67       </p>
68
69       <h2>Nightly builds<a name="nightly"></a></h2>
70       <p>
71       A build of the Debian package is performed every night, and a live CD containing that version also is built.
72       You can <a href="FILES/matita-svnhead.iso">download this experimental live CD</a>, or add the Debian repository
73       to your apt configuration file: 
74       </p>
75       <pre>
76       deb http://matita.cs.unibo.it/DEBIAN ./
77       deb-src http://matita.cs.unibo.it/DEBIAN ./
78       </pre>
79       <p>
80       If you are using Ubuntu Hardy you may want to add these lines to your apt/sources.list file:
81       </p>
82       <pre>
83       deb http://matita.cs.unibo.it/UBUNTU_HARDY ./
84       deb-src http://matita.cs.unibo.it/UBUNTU_HARDY ./
85       </pre>
86       <p>
87       If you are using Ubuntu Intrepid you may want to add these lines to your apt/sources.list file:
88       </p>
89       <pre>
90       deb http://matita.cs.unibo.it/UBUNTU_INTREPID ./
91       deb-src http://matita.cs.unibo.it/UBUNTU_INTREPID ./
92       </pre>
93       
94       <h2>Cluster .cs.unibo.it.<a name="clustercs"></a></h2>
95       <p>
96       The following repository contains the version of Matita installed 
97       in the Ercolani laboratory
98       </p>
99       <pre>
100       deb http://matita.cs.unibo.it/CLUSTERCS ./
101       deb-src http://matita.cs.unibo.it/CLUSTERCS ./
102       </pre>
103
104       <!--#include virtual="bottombar.shtml" -->
105     </div>
106   </body>
107 </html>