X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fwww%2Fmatita%2Fdownload.shtml;h=a92fa2589bde160c5dac961408349bf3d6c01c0b;hb=d0181ea59444d7a634d100569eebe5e79c58632b;hp=b992b2694e138cee8e33ca6cb70931f2f12c68fa;hpb=0775f6acafa9aa176d148a8f3acf7e750c1c3171;p=helm.git diff --git a/helm/www/matita/download.shtml b/helm/www/matita/download.shtml index b992b2694..a92fa2589 100644 --- a/helm/www/matita/download.shtml +++ b/helm/www/matita/download.shtml @@ -1,5 +1,6 @@ - + + Matita - Download @@ -9,35 +10,71 @@

Download Matita!

-

Releases

- Matita has no official releases yet. +

Releases

+

+ The current version is 0.5.1, released on May 29, 2008. Here the + ChangeLog. +

+
+
Live CD
+ +
Coming soon
+ -

License

+
.deb package
+ +
Matita is part of the Debian archive, you can + install it with the following command:
aptitude install matita matita-standard-library
+
+ +
Sources
+ +
You can download the sources of Matita (around 2 MB, md5sum: + 4a9f141d70238733594c414babdf7f63) + and + build it by yourself, following the installation instructions. + The build process, due to the high number of external dependency is not + trivial, we thus suggest you to try the live CD or the .deb package + first.
+
+ +

License

+

All our source code is released under the terms of the GNU General Public Licence and is publically accessible on our Subversion repository. - -

Subversion repository

-

- You can browse our svn repository directly on the web.

+ +

Subversion repository

- To checkout a copy of the sources type: -

-svn co -N svn://mowgli.cs.unibo.it/trunk/helm/software/
-cd software/
-svn co svn://mowgli.cs.unibo.it/trunk/helm/software/components
-svn co svn://mowgli.cs.unibo.it/trunk/helm/software/matita
-
+ You can browse our svn repository directly on the web.

+ +

Nightly builds

- Once you got the sources, have a look at the - installation instructions on how to build and - install Matita from sources. + A build of the Debian package is performed every night, and a live CD containing that version also is built. + You can download this experimental live CD, or add the Debian repository + to your apt configuration file:

+
+      deb http://matita.cs.unibo.it/DEBIAN ./
+      deb-src http://matita.cs.unibo.it/DEBIAN ./
+      
+
-