On 8/24/17, 麦轲数据管家 <[email protected]> wrote:
> dear everyone:
>   i want upgrade my SQLite to version 3.19.4, but i can find  the
> amalgamation file of Version 3.19.4,
>   do anyone have it or where i can download a copy?

We have not released a precompiled amalgamation for 3.19.4.  You'll
need to build it yourself from canonical sources.

(1) Download the source tarball from
https://sqlite.org/src/tarball/sqlite.tar.gz?uuid=version-3.19.4

(2) Unpack the tarball.

(3a) On unix: ./configure; make sqlite3.c

or

(3b) On windows:  msvc /f makefile.msc sqlite3.c

You will need to have a recent "tclsh" installed on your machine in
order to run step 3.

-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to