SQLLite 3.2.2 for BeOS
(visit www.sqlite.org for details)

This version was compiled with --enable-utf8 and optimized for size (the library is only 400k large).
Note: This package comes only with the static library.

Install it with:
Open a terminal
Change into this directory, e.g.:
cd sqlite-3.2.2
Start the installation:
./install.sh

This will copy the content of the bin, lib and include directory to: /boot/home/config

You can use the commandline tool sqlite3 now.

Check out the sample.c for an example program and the capi3ref.html for the C-programmer's reference.
sample.c can be compiled with:
gcc -o sample sample.c -Wall -L/boot/home/config/lib -lsqlite3 -I/boot/home/config/include/

Have fun

Jan (jan@be-logos.org)
