X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fwww%2Fmatita%2Fdownload.shtml;h=d780ab156835dca322a935fd72a1743ef4540dc4;hb=9efaf66294d18446b7cd960f9ed4203799073e62;hp=ccf44ed3bee3beaf460f3bf4a11275b8b013de9a;hpb=f98eeb911a76531c36d1da56e07eb48568f37734;p=helm.git diff --git a/helm/www/matita/download.shtml b/helm/www/matita/download.shtml index ccf44ed3b..d780ab156 100644 --- a/helm/www/matita/download.shtml +++ b/helm/www/matita/download.shtml @@ -8,12 +8,24 @@

Sources

- Since there is no official release, you can browse the svn repository - and get sources of the ocaml/ - and matita/ - modules. + Matita has no official releases yet. + Still, you can get and build Matita from sources. + All our source code is released under the terms of the GNU General + Public Licence and is publically accessible on our svn 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
+    
+

+

+ Once you got the sources, have a look at the + installation instructions on how to build and + install Matita from sources.