]> matita.cs.unibo.it Git - helm.git/blob - helm/www/matita/download.shtml
many pending modifications were there, now the website at least validates
[helm.git] / helm / www / matita / download.shtml
1 <!-- $Id$ -->
2 <!--#include virtual="xhtml-header.shtml" -->
3 <html>
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 (candidate) is version 0.4.98. 
16       <dl>
17         <dt>Live CD</dt>
18         
19         <dd>The <a href="FILES/matita-0.4.98-5.iso">live CD</a> (around 300
20         MB, md5sum: 2692090267bb551bb34d34ac189dafcf) 
21         is the easiest way to try Matita. You can burn the CD image
22         and boot you computer from the CD, or install a free emulator like <a
23           href="http://virtualbox.org">virtualbox</a> and boot a virtual
24         machine from the CD image. Virtualbox is available for Mac OS X,
25         Windows and Linux.<br/>
26         </dd>
27
28         <dt>.deb package</dt>
29         
30         <dd>Matita is part of the <a
31           href="http://packages.debian.org/source/matita"> Debian archive</a>, you can
32         install it with the following command:<pre>aptitude install matita matita-standard-library</pre>
33         Additionally it can be download adding the following line to your
34         <tt>/etc/apt/sources.list</tt> file: <pre>deb <a
35         href="http://mowgli.cs.unibo.it/~tassi/debian/">http://mowgli.cs.unibo.it/~tassi/debian/</a> ./ </pre>
36         </dd>
37
38         <dt>Sources</dt>
39         
40         <dd>You can download the <a
41           href="FILES/matita_0.4.98.orig.tar.gz">sources</a> of Matita (around 2 MB, md5sum:
42         ef7449f06efc67d48ccbddbf55817ac3)
43         and
44         build it by yourself, following the <a
45           href="docs/manual/sec_install.html">installation instructions</a>.
46         The build process, due to the high number of external dependency is not
47         trivial, we thus suggest you to try the live CD or the .deb package
48         first.</dd>
49       </dl>
50       </p>
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       <!-- THERE IS NO OPEN SVN SERVER ON MOWGLI
65       <p>
66       To checkout a copy of the sources type:
67       </p>
68       <p>
69       <kbd>svn co -N svn://mowgli.cs.unibo.it/trunk/helm/software/</kbd><br />
70       <kbd>cd software/</kbd><br />
71       <kbd>svn co svn://mowgli.cs.unibo.it/trunk/helm/software/components</kbd><br />
72       <kbd>svn co svn://mowgli.cs.unibo.it/trunk/helm/software/matita</kbd><br />
73       </p>
74       <p>
75       Once you got the sources, have a look at the
76       <a href="docs/manual/sec_install.html">installation instructions</a> on
77       how to build and install Matita from sources.
78       </p>
79       -->
80       <!--#include virtual="bottombar.shtml" -->
81     </div>
82   </body>
83 </html>