]> matita.cs.unibo.it Git - helm.git/blob - helm/www/matita/download.shtml
f6b7984b6874d97982d0203dddb508fcfdf433f0
[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>Release<a name="testingreleases"></a></h2>
14       <p>
15       The most recent version of Matita (0.99.1) is available as a LiveCD, or by
16       downloading the source code.
17       </p>
18       <dl>
19         <dt>Live DVD</dt>
20
21         <!--
22         <dd>Coming soon</dd>
23         -->
24         <dd>The <a href="FILES/matita-0.99.1.iso">live DVD</a> (around 900
25         MB, md5sum: 1f3af2eb8952fe19853bad88816cdff5) 
26         is the easiest way to try Matita. You can burn the ISO image to a DVD
27         and boot you computer from it, or install a free emulator like <a
28           href="http://virtualbox.org">virtualbox</a> and boot a virtual
29         machine from the ISO image. Virtualbox is available for Mac OS X,
30         Windows and Linux. A short guide to VirtualBox is part of the 
31         <a href="docs/manual/html">Matita manual</a><br/>
32         </dd>
33
34         <dt>Sources</dt>
35         
36         <dd>You can download the <a
37           href="sources/matita_130312.tar.gz">sources</a> of Matita (released on
38         March 13th, 2012; around
39         10 MB, md5sum: 2ac55c06dd789fd38c13a0e0cc10bb3c)
40         and
41         build it by yourself, following the <a
42           href="docs/manual/html/sec_install.html">installation instructions</a>.
43         The build process, due to the high number of external dependency is not
44         trivial, we thus suggest that you try the live DVD instead.</dd> 
45       </dl>
46
47       <h2>Old releases (unsupported)<a name="releases"></a></h2>
48       <p>
49       Version is 0.5.8, released on January 8, 2010. Here the 
50       <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>.
51       </p>
52       <dl>
53         <dt>Live CD</dt>
54
55         <!--
56         <dd>Coming soon</dd>
57         -->
58         <dd>The <a href="FILES/matita-0.5.8.iso">live CD</a> (around 530
59         MB, md5sum: 
60 9a6912765eacaaa7f96d7d6d6b34add5
61         ) 
62         is the easiest way to try Matita. You can burn the CD image
63         and boot you computer from the CD, or install a free emulator like <a
64           href="http://virtualbox.org">virtualbox</a> and boot a virtual
65         machine from the CD image. Virtualbox is available for Mac OS X,
66         Windows and Linux. A short guide to VirtualBox is part of the 
67         <a href="docs/manual/html">Matita manual</a><br/>
68         </dd>
69
70         <dt>.deb package</dt>
71         
72         <dd>Matita is part of the <a
73           href="http://packages.debian.org/source/matita"> Debian archive</a>, you can
74         install it with the following command:<pre>aptitude install matita</pre>
75         </dd>
76
77         <dt>Sources</dt>
78         
79         <dd>You can download the <a
80           href="FILES/matita-0.5.8.orig.tar.gz">sources</a> of Matita (around 6 MB, md5sum:
81 125223d3dc522c4ac063a66f5d46df69 
82         )
83         and
84         build it by yourself, following the <a
85           href="docs/manual/html/sec_install.html">installation instructions</a>.
86         The build process, due to the high number of external dependency is not
87         trivial, we thus suggest you to try the live CD or the .deb package
88         first.</dd>
89       </dl>
90
91       <h2>License<a name="license"></a></h2>
92       <p>
93       All our source code is released under the terms of the <a
94       href="http://www.gnu.org/licenses/gpl.html">GNU General Public
95       Licence</a> and is publically accessible on our <a
96       href="http://subversion.tigris.org">Subversion</a> repository.
97       </p>
98
99       <h2>Subversion repository<a name="repo"></a></h2>
100       <p>
101       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.
102       </p>
103
104       <!--
105       <h2>Nightly builds<a name="nightly"></a></h2>
106       <p>
107       A build of the Debian package is performed every night, and a live CD containing that version is also built.
108       You can <a href="FILES/matita-svnhead.iso">download this experimental live CD</a>, or add the Debian repository
109       to your apt configuration file: 
110       </p>
111       <pre>
112       deb http://matita.cs.unibo.it/DEBIAN ./
113       deb-src http://matita.cs.unibo.it/DEBIAN ./
114       </pre>
115       -->
116       
117       <h2>Cluster .cs.unibo.it.<a name="clustercs"></a></h2>
118       <p>
119       The following repository contains the version of Matita installed 
120       in the Ercolani laboratory, currently running Ubuntu Jaunty.
121       </p>
122       <pre>
123       deb http://matita.cs.unibo.it/CLUSTERCS ./
124       deb-src http://matita.cs.unibo.it/CLUSTERCS ./
125       </pre>
126       <p>
127       The same version is also available for Ubuntu Hardy (LTS)
128       </p>
129       <pre>
130       deb http://matita.cs.unibo.it/UBUNTU_HARDY ./
131       deb-src http://matita.cs.unibo.it/UBUNTU_HARDY ./
132       </pre>
133
134
135       <!--#include virtual="bottombar.shtml" -->
136     </div>
137   </body>
138 </html>