On 19 May 2011, at 4:32pm, Chris Dillman wrote:

> On 5/19/11 10:26 AM, "Richard Hipp" <d...@sqlite.org> wrote:
> 
>> The SQLite amalgamation would probably better
>> serve your purpose.  It's just two files:  sqlite3.c and sqlite3.h.  There
>> is no configure script or makefile. No parameters to set.  Nothing to go
>> wrong.  You just add sqlite3.[ch] to your application and compile.
> 
> Interesting.
> Since the down load I have of that does come with config and make and make
> is setting a number of flags.

The amalgamation itself doesn't contain a 'make' since it does not represent a 
working application or library, just some library calls.  Go to this page

http://www.sqlite.org/download.html

and download the first package.  Include it in your project and set whatever 
compiler directives suit you.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to