2 <!--#include virtual="xhtml-header.shtml" -->
5 <title>Matita - Download</title>
6 <!--#include virtual="xhtml-meta.shtml" -->
9 <!--#include virtual="menubar.shtml" -->
11 <h1>Download Matita!</h1>
14 Matita has no official releases yet.
17 All our source code is released under the terms of the <a
18 href="http://www.gnu.org/licenses/gpl.html">GNU General Public
19 Licence</a> and is publically accessible on our <a
20 href="http://subversion.tigris.org">Subversion</a> repository.
22 <h2>Subversion repository</h2>
24 You can <a href="http://helm.cs.unibo.it/websvn/listing.php?repname=helm&path=%2F&sc=0">browse our svn repository</a> directly on the web.
27 To checkout a copy of the sources type:
30 <kbd>svn co -N svn://mowgli.cs.unibo.it/trunk/helm/software/</kbd><br />
31 <kbd>cd software/</kbd><br />
32 <kbd>svn co svn://mowgli.cs.unibo.it/trunk/helm/software/components</kbd><br />
33 <kbd>svn co svn://mowgli.cs.unibo.it/trunk/helm/software/matita</kbd><br />
36 Once you got the sources, have a look at the
37 <a href="docs/manual/sec_install.html">installation instructions</a> on
38 how to build and install Matita from sources.
40 <!--#include virtual="bottombar.shtml" -->