On Mon, Sep 2, 2013 at 10:58 AM, Bert Huijben <[email protected]> wrote:


> We can't really assume our
> users to run a specific version of Sqlite (as most unix distributions
> compile sqlite themselves for products like ours)...
>

Yes you can:  statically link.  Add "sqlite3.c" and "sqlite3.h" to your
source tree so that people who build from sources do not have to download
(a particular version of) sqlite.  Mozilla works this way, as does Fossil.
I think Chromium does too, though I'd need to check to be sure.

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

Reply via email to