]> 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.0, released on May 10, 2008.
16       </p>
17       <dl>
18         <dt>Live CD</dt>
19
20         <dd>The <a href="FILES/matita-0.5.0-1.iso">live CD</a> (around 330
21         MB, md5sum: 6f2ce4830878208f40ebea460308fbb5) 
22         is the easiest way to try Matita. You can burn the CD image
23         and boot you computer from the CD, or install a free emulator like <a
24           href="http://virtualbox.org">virtualbox</a> and boot a virtual
25         machine from the CD image. Virtualbox is available for Mac OS X,
26         Windows and Linux.<br/>
27         </dd>
28
29         <dt>.deb package</dt>
30         
31         <dd>Matita is part of the <a
32           href="http://packages.debian.org/source/matita"> Debian archive</a>, you can
33         install it with the following command:<pre>aptitude install matita matita-standard-library</pre>
34         </dd>
35
36         <dt>Sources</dt>
37         
38         <dd>You can download the <a
39           href="FILES/matita_0.5.0.orig.tar.gz">sources</a> of Matita (around 2 MB, md5sum:
40         53859d688f554bc73f72218a7c8fea58)
41         and
42         build it by yourself, following the <a
43           href="docs/manual/sec_install.html">installation instructions</a>.
44         The build process, due to the high number of external dependency is not
45         trivial, we thus suggest you to try the live CD or the .deb package
46         first.</dd>
47       </dl>
48
49       <h2>License<a name="license"></a></h2>
50       <p>
51       All our source code is released under the terms of the <a
52       href="http://www.gnu.org/licenses/gpl.html">GNU General Public
53       Licence</a> and is publically accessible on our <a
54       href="http://subversion.tigris.org">Subversion</a> repository.
55       </p>
56
57       <h2>Subversion repository<a name="repo"></a></h2>
58       <p>
59       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.
60       </p>
61
62       <h2>Nightly builds<a name="nightly"></a></h2>
63       <p>
64       A build of the Debian package is performed every night, and a live CD containing that version also is built.
65       You can <a href="FILES/matita-svnhead.iso">download this experimental live CD</a>, or add the Debian repository
66       to your apt configuration file: 
67       </p>
68       <pre>
69       deb http://matita.cs.unibo.it/DEBIAN ./
70       deb-src http://matita.cs.unibo.it/DEBIAN ./
71       </pre>
72
73       <!--#include virtual="bottombar.shtml" -->
74     </div>
75   </body>
76 </html>