X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fwww%2Fmatita%2Fdownload.shtml;h=623f04352419b2b7d483e26c7db4680ec2d8e4ba;hb=245176953b4bb0642f81d691b5b6b95ce52f1980;hp=86f442d3ae65cd56d2f348382a163960b1e9c1c2;hpb=727fa1f56c2e47203da5d232ad48b2fe02e63282;p=helm.git diff --git a/helm/www/matita/download.shtml b/helm/www/matita/download.shtml index 86f442d3a..623f04352 100644 --- a/helm/www/matita/download.shtml +++ b/helm/www/matita/download.shtml @@ -1,20 +1,76 @@ - + + - Matita home page - download - + Matita - Download + -

Sources

-

- Since there is no official release, you can browse the svn repository - and get sources of the ocaml/ - and matita/ - modules. -

- +
+

Download Matita!

+ +

Releases

+

+ The current version is 0.5.0, released on May 10, 2008. +

+
+
Live CD
+ +
The live CD (around 330 + MB, md5sum: 6f2ce4830878208f40ebea460308fbb5) + is the easiest way to try Matita. You can burn the CD image + and boot you computer from the CD, or install a free emulator like virtualbox and boot a virtual + machine from the CD image. Virtualbox is available for Mac OS X, + Windows and Linux.
+
+ +
.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: + 53859d688f554bc73f72218a7c8fea58) + 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. +

+ +

Nightly builds

+

+ 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 ./
+      
+ + +