]> matita.cs.unibo.it Git - helm.git/commitdiff
added notes about sqlite and removed obsolete zack repository
authorEnrico Tassi <enrico.tassi@inria.fr>
Fri, 2 Nov 2007 12:19:08 +0000 (12:19 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Fri, 2 Nov 2007 12:19:08 +0000 (12:19 +0000)
matita/help/C/matita.xml
matita/help/C/sec_install.xml

index e20e17ad8db99f8527b184ff0a3254d0649519b0..30d37b3ba45e2fabdae3b4f2f7b76cc53a574abd 100644 (file)
@@ -26,6 +26,8 @@
   <!ENTITY TODO "<emphasis>TODO</emphasis>">
   <!ENTITY MYSQL "<application> <ulink type='http'
       url='http://www.mysql.com'>MySQL</ulink> </application>">
+  <!ENTITY Sqlite "<application> <ulink type='http'
+      url='http://www.sqlite.org'>Sqlite</ulink> </application>">
 
   <!-- Entities for BNF -->
   <!ENTITY id "<emphasis><link linkend='grammar.id'>id</link></emphasis>">
index a7490503a785aae18a9c426e89f5bc774c02613d..9dd240daf1435e395932d84bed10307796bec794 100644 (file)
        tools and libraries. They are listed below.
 
        <note>
-         <title>Note for Debian users</title>
-
-         <para>If you are running a <ulink type="http"
-             url="http://www.debian.org">Debian GNU/Linux</ulink> distribution
-           you can have APT install all the required tools and libraries by
-           adding the following repository to your
-           <filename>/etc/apt/sources.list</filename>: <programlisting>
-             deb <ulink type="http"
-               url="http://people.debian.org/~zack">http://people.debian.org/~zack</ulink> unstable helm
-         </programlisting> and installing the
-         <application>helm-matita-deps</application> package.</para>
+         <title>Note for Debian (and derivatives) users</title>
+
+         <para>If you are running a 
+                 <ulink type="http"
+                         url="http://www.debian.org">Debian GNU/Linux</ulink>
+                 distribution,
+                 or any of its derivative like <ulink type="http"
+                         url="http://ubuntu.com">Ubuntu</ulink>, 
+                 you can use APT to install all the required tools and
+                 libraries since they are all part of the Debian archive. 
+         </para>         
+         <para>          
+                 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
+         </para>         
+         <para>          
+                 An official debian package is going to be added to the
+                 archive too.
+         </para>
 
        </note>
 
              <para> SQL database and OCaml bindings for its client-side library
              </para>
              <para> 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.</para>
+               &appname;, but the client libraries are.</para>
+           </listitem>
+         </varlistentry>
+
+         <varlistentry>
+           <term> &Sqlite; </term>
+           <term>
+                   <application> 
+                         <ulink type="http"
+                             url="http://ocaml.info/home/ocaml_sources.html">
+               OCaml Sqlite3
+             </ulink> </application>
+           </term>
+           <listitem>
+             <para> Sqlite database and OCaml bindings
+             </para>
            </listitem>
          </varlistentry>