X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fwww%2Fmatita%2Fdownload.shtml;h=0b20d00af513a9fa0af380e0b0fb8ee4149d7a8f;hb=d4c2a887fc84135b70378cfcfcd623468d1da909;hp=30b26f672471952a05495ed720f14a1707386592;hpb=9e5aca768e23c9e0b555d3010c924264a1b920d0;p=helm.git diff --git a/helm/www/matita/download.shtml b/helm/www/matita/download.shtml index 30b26f672..0b20d00af 100644 --- a/helm/www/matita/download.shtml +++ b/helm/www/matita/download.shtml @@ -11,13 +11,21 @@ Matita has no officiale 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. - Go there and download the tarball of the - components/ - on which Matita is built and of - matita/ - itself. + 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.