X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fwww%2Fmatita%2Fdownload.shtml;h=0b20d00af513a9fa0af380e0b0fb8ee4149d7a8f;hb=d4c2a887fc84135b70378cfcfcd623468d1da909;hp=eff02c81bdcad00728313c38f0524b7cbb87384d;hpb=37e0a6ded28116214bbe96a965589d98ed733db3;p=helm.git diff --git a/helm/www/matita/download.shtml b/helm/www/matita/download.shtml index eff02c81b..0b20d00af 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 the sources of - components/ - and - matita/. + 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. +

+

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