Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: third_party/sqlite/sqlite-src-3070603/README

Issue 826543003: [sql] Import reference version of SQLite 3.7.6.3. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: gitignore forgot some files for me. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This directory contains source code to 1 This directory contains source code to
2 2
3 SQLite: An Embeddable SQL Database Engine 3 SQLite: An Embeddable SQL Database Engine
4 4
5 To compile the project, first create a directory in which to place 5 To compile the project, first create a directory in which to place
6 the build products. It is recommended, but not required, that the 6 the build products. It is recommended, but not required, that the
7 build directory be separate from the source directory. Cd into the 7 build directory be separate from the source directory. Cd into the
8 build directory and then from the build directory run the configure 8 build directory and then from the build directory run the configure
9 script found at the root of the source tree. Then run "make". 9 script found at the root of the source tree. Then run "make".
10 10
(...skipping 19 matching lines...) Expand all
30 The developers do not use teh configure script. 30 The developers do not use teh configure script.
31 31
32 SQLite does not require TCL to run, but a TCL installation is required 32 SQLite does not require TCL to run, but a TCL installation is required
33 by the makefiles. SQLite contains a lot of generated code and TCL is 33 by the makefiles. SQLite contains a lot of generated code and TCL is
34 used to do much of that code generation. The makefile also requires 34 used to do much of that code generation. The makefile also requires
35 AWK. 35 AWK.
36 36
37 Contacts: 37 Contacts:
38 38
39 http://www.sqlite.org/ 39 http://www.sqlite.org/
OLDNEW
« no previous file with comments | « third_party/sqlite/sqlite-src-3070603/Makefile.vxworks ('k') | third_party/sqlite/sqlite-src-3070603/VERSION » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698