On Tuesday, June 26, 2012, Andrew Rondeau wrote:

> Because my time is valuable; and my peers' time is valuable as well.
>
> For example, if I make a Mac application, I can target the SQLites shipped
> with Mac. Problem solved, my valuable time can go to something else.
>
>
Since I don't want any outside library or DLLs interfere with my app, I
would rather have my sqlite library linked statically into my app. I just
need to have sqlite3.c and sqlite3.h in my project code.




> On Mon, Jun 25, 2012 at 12:35 PM, Roger Binns 
> <rog...@rogerbinns.com<javascript:;>>
> wrote:
>
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > On 25/06/12 11:21, Andrew Rondeau wrote:
> > > IMO, I've been somewhat dissapointed with sqlite's deployment scenario
> > > on Windows. Perhaps this is an area that needs a bit more community
> > > involvement?
> >
> > You really are looking this the wrong way.  SQLite's source is as close
> to
> > public domain as you can get, and the amalgamation means there is only
> one
> > source file to deal with.
> >
> > You can do whatever you want - you don't need anyone else's permission or
> > cooperation.  Why do you want to gate your usage through other people
> with
> > their own priorities and availability?
> >
> > Roger
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.11 (GNU/Linux)
> >
> > iEYEARECAAYFAk/ovYEACgkQmOOfHg372QQrOACffzSBY6ZTR6/M6QrN4yxresMc
> > encAoLOLW8GQs7tVMHCur9jxt0uBCIra
> > =IV37
> > -----END PGP SIGNATURE-----
> > _______________________________________________
> > sqlite-users mailing list
> > sqlite-users@sqlite.org <javascript:;>
> > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> >
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org <javascript:;>
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to