]> 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         Additionally it can be download adding the following line to your
38         <tt>/etc/apt/sources.list</tt> file: <pre>deb <a
39         href="http://mowgli.cs.unibo.it/~tassi/debian/">http://mowgli.cs.unibo.it/~tassi/debian/</a> ./ </pre>
40         </dd>
41
42         <dt>Sources</dt>
43         
44         <dd>You can download the <a
45           href="FILES/matita_0.5.0.orig.tar.gz">sources</a> of Matita (around 2 MB, md5sum:
46         53859d688f554bc73f72218a7c8fea58)
47         and
48         build it by yourself, following the <a
49           href="docs/manual/sec_install.html">installation instructions</a>.
50         The build process, due to the high number of external dependency is not
51         trivial, we thus suggest you to try the live CD or the .deb package
52         first.</dd>
53       </dl>
54
55       <h2>License<a name="license"></a></h2>
56       <p>
57       All our source code is released under the terms of the <a
58       href="http://www.gnu.org/licenses/gpl.html">GNU General Public
59       Licence</a> and is publically accessible on our <a
60       href="http://subversion.tigris.org">Subversion</a> repository.
61       </p>
62
63       <h2>Subversion repository<a name="repo"></a></h2>
64       <p>
65       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.
66       </p>
67
68       <h2>Nightly builds<a name="nightly"></a></h2>
69       <p>
70       A build of the Debian package is performed every night, and a live CD containing that version also is built.
71       You can <a href="FILES/matita-svnhead.iso">download this experimental live CD</a>, or add the Debian repository
72       to your apt configuration file: 
73       <pre>
74       deb http://matita.cs.unibo.it/DEBIAN ./
75       deb-src http://matita.cs.unibo.it/DEBIAN ./
76       </pre>
77       </p>
78
79       <!--#include virtual="bottombar.shtml" -->
80     </div>
81   </body>
82 </html>