On 21/03/2013 11:47 AM, Simon Slavin wrote:
On 21 Mar 2013, at 4:43am, Pratik Patodi <pratik.patod...@gmail.com> wrote:
I want to install sqlite 3.7.11 in my ubuntu 10.04.
Got the source code but no the makefile/config file.
From where can ,I Download the set-up and how to install it.
SQLite is not something you install into your computer, where it is then used
by lots of programs. Instead the person writing each program which needs it
includes it as part of their sourcecode.
Perhaps OP conflated the stand-alone sqlite CLI shell with sqlite
itself? Installing the CLI should be as simple as:
1. Download the source amalgam
2. gcc -O2 sqlite3.c shell.c -o sqlite3
3. Copy the `sqlite3' binary to wherever it will be most convenient to use
Ryan
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users