From: Enrico Tassi Date: Fri, 2 Nov 2007 12:19:08 +0000 (+0000) Subject: added notes about sqlite and removed obsolete zack repository X-Git-Tag: 0.4.95@7852~71 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=f55e843773755f6f4af2ce5cc0a70ac9c7077fc9 added notes about sqlite and removed obsolete zack repository --- diff --git a/matita/help/C/matita.xml b/matita/help/C/matita.xml index e20e17ad8..30d37b3ba 100644 --- a/matita/help/C/matita.xml +++ b/matita/help/C/matita.xml @@ -26,6 +26,8 @@ TODO"> MySQL "> + Sqlite "> id"> diff --git a/matita/help/C/sec_install.xml b/matita/help/C/sec_install.xml index a7490503a..9dd240daf 100644 --- a/matita/help/C/sec_install.xml +++ b/matita/help/C/sec_install.xml @@ -47,17 +47,24 @@ tools and libraries. They are listed below. - Note for Debian users - - If you are running a Debian GNU/Linux distribution - you can have APT install all the required tools and libraries by - adding the following repository to your - /etc/apt/sources.list: - deb http://people.debian.org/~zack unstable helm - and installing the - helm-matita-deps package. + Note for Debian (and derivatives) users + + If you are running a + Debian GNU/Linux + distribution, + or any of its derivative like Ubuntu, + you can use APT to install all the required tools and + libraries since they are all part of the Debian archive. + + + apt-get install ocaml ocaml-findlib libgdome2-ocaml-dev liblablgtk2-ocaml-dev liblablgtkmathview-ocaml-dev liblablgtksourceview-ocaml-dev libsqlite3-ocaml-dev libocamlnet-ocaml-dev libzip-ocaml-dev libhttp-ocaml-dev ocaml-ulex08 libexpat-ocaml-dev libmysql-ocaml-dev camlp5 + + + An official debian package is going to be added to the + archive too. + @@ -181,9 +188,22 @@ SQL database and OCaml bindings for its client-side library The SQL database itself is not strictly needed to run - &appname;, but we stronly encourage its use since a lot of - features are disabled without it. Still, the OCaml bindings of - the library are needed at compile time. + &appname;, but the client libraries are. + + + + + &Sqlite; + + + + OCaml Sqlite3 + + + + Sqlite database and OCaml bindings +