From: Stefano Zacchiroli Date: Tue, 7 Feb 2006 17:54:41 +0000 (+0000) Subject: added instructions (some gaps still to be filled in, notably: ./configure X-Git-Tag: make_still_working~7603 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=3c34684e4003335b9a73eb9d75872938c43600af;p=helm.git added instructions (some gaps still to be filled in, notably: ./configure parameters and instructions on how to create the mysql database) --- diff --git a/helm/software/matita/help/C/matita.xml b/helm/software/matita/help/C/matita.xml index 4bcdedfb7..ab08a6f9c 100644 --- a/helm/software/matita/help/C/matita.xml +++ b/helm/software/matita/help/C/matita.xml @@ -13,6 +13,8 @@ Matita"> + + TODO"> ]> diff --git a/helm/software/matita/help/C/sec_install.xml b/helm/software/matita/help/C/sec_install.xml index 84ce6f0d6..09bc9d740 100644 --- a/helm/software/matita/help/C/sec_install.xml +++ b/helm/software/matita/help/C/sec_install.xml @@ -227,7 +227,73 @@ + + + + Instructions + + Once you get the source code the installations steps should be + quite familiar. + + First of all you need to configure the build process executing + ./configure. This will check that all needed + tools and library are installed. You may need to pass on the command + line some of the parameters riported below: + + + <application>configure</application> parameters + + + &TODO; + &TODO; + + + + + + + Then you will manage the build process using make + as usual. Below are reported the targets you have to invoke in sequence + to build and install. + + + <application>make</application> targets + + + world + + builds components needed by &appname; and &appname; itself + (in bytecode only or in both bytecode and native code depending + on the availability of the OCaml native code compiler) + + + + library + + uses the (just built) matitac + compiler to build the &appname; standard library. + For this step you will need a working SQL database (for + indexing the standard library while you are compiling it). See + &TODO; for instructions on how to set it up. + + + + + install + + installs &appname; related tools, standard library and the + needed runtime stuff in the proper places on the filesystem + + + + + + + +