On Thu, May 24, 2012 at 2:04 PM, Simon Slavin <slav...@bigfraud.org> wrote:

>
> On 24 May 2012, at 6:56pm, Sidney Cadot <sid...@jigsaw.nl> wrote:
>
> >> Why risk ending up with an unexpected (possibly old) version
> >> by linking at runtime just to save users less than 300K of disk
> >> space?
> >
> > But that's an argument against shared linking in general.
> >
> > I am just curious what idea this particular statement on this
> > particular help-page (specific to SQLite) is trying to convey.
>
> It means "We make both the entire SQLite source code (many different .c
> and .h files) and the amalgamation (one .c file, one .h file) available for
> download.  Use the amalgamation version in your project.".
>
> The many-file sourcecode files are for debugging, figuring out how SQLite
> works, and for the team developing SQLite.  You might need them if you're
> making your own custom changes to SQLite to make it do something
> non-standard.  But for mundane use, just use the amalgamation.
>
> The above is an unofficial informal translation.
>

I approve of your translation.



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



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

Reply via email to