On Thu, 25 Oct 2012 00:12:16 +0200, Baruch Burstein
<bmburst...@gmail.com> wrote:

> Is there a permanent link I can use that will always point to the latest
> amalgamation (or .zip containing it)? I would like to automate a make
> script that will use the latest sqlite.
> I know I can use a link to the latest release in the repo, but that means I
> would need to build the amalgamation as part of this make step.

You make it sound very difficult to build the amalgamation source,
but actually it's just "make sqlite3.c".

So the easiest way really is to:
* clone the fossil repo (once),
* pull in updates periodically,
* ./configure with the proper options/defines/omits
                for whatever your project needs,
* make sqlite3.c, 
* make your project.

-- 
Groet, Cordialement, Pozdrawiam, Regards,

Kees Nuyt

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

Reply via email to