Annotation of sql/sqlite/INSTALL, revision 1.4

1.4     ! moko        1: 1.What is the process to compile Parser3 SQLite driver?
1.1       misha       2: 
1.4     ! moko        3:   SQLite client software and include files should be installed.
        !             4:   Parser3 sources should be in ../../parser3 directory.
        !             5:   Execute the following commands:
1.1       misha       6: 
                      7:   ./configure --prefix=$HOME/parser3install --silent
                      8:   make
                      9: 
                     10:   In case configure could not find directory with your 
                     11:   SQLite client software include files, specify it with
                     12:     --with-sqlite-inc=DIR        DIR is the SQLite includes directory
                     13:   option.
1.4     ! moko       14: 
1.1       misha      15: 2.What is the process to install Parser3 SQLite driver?
                     16: 
                     17:   make install
                     18: 
                     19:   Installation layout:
                     20:     $prefix/lib/
1.4     ! moko       21:       libparser3sqlite.so     -- driver's dynamic library
1.1       misha      22: 
                     23:   NOTE:
1.4     ! moko       24:   make sure that Parser3 main configuration file, $prefix/bin/auto.p
        !            25:   has in $SQL[...] configuration section a tab-delimited line like this:
1.1       misha      26: 
1.4     ! moko       27: sqlite $sqldriversdir/libparser3sqlite.so      libsqlite3.so
1.1       misha      28: 
                     29:   which specifies 
                     30:     protocol name
                     31:     path to Parser 'libparser3sqlite' dynamic library
                     32:     path to SQLite client 'sqlite' dynamic library
                     33:       [you sould have it from from your SQLite client installation]
                     34: 
1.4     ! moko       35: $Id: INSTALL,v 1.3 2007-02-22 11:03:30 misha Exp $

E-mail: