]> matita.cs.unibo.it Git - helm.git/blob - helm/www/matita/download.shtml
released 0.5.0
[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       <!-- THERE IS NO OPEN SVN SERVER ON MOWGLI
68       <p>
69       To checkout a copy of the sources type:
70       </p>
71       <p>
72       <kbd>svn co -N svn://mowgli.cs.unibo.it/trunk/helm/software/</kbd><br />
73       <kbd>cd software/</kbd><br />
74       <kbd>svn co svn://mowgli.cs.unibo.it/trunk/helm/software/components</kbd><br />
75       <kbd>svn co svn://mowgli.cs.unibo.it/trunk/helm/software/matita</kbd><br />
76       </p>
77       <p>
78       Once you got the sources, have a look at the
79       <a href="docs/manual/sec_install.html">installation instructions</a> on
80       how to build and install Matita from sources.
81       </p>
82       -->
83       <!--#include virtual="bottombar.shtml" -->
84     </div>
85   </body>
86 </html>