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

Side by Side Diff: third_party/sqlite/src/autoconf/tea/README

Issue 901033002: Import SQLite 3.8.7.4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Chromium changes to support SQLite 3.8.7.4. Created 5 years, 10 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 is the SQLite extension for Tcl using the Tcl Extension 1 This is the SQLite extension for Tcl using the Tcl Extension
2 Architecture (TEA). For additional information on SQLite see 2 Architecture (TEA). For additional information on SQLite see
3 3
4 http://www.sqlite.org/ 4 http://www.sqlite.org/
5 5
6 6
7 UNIX BUILD 7 UNIX BUILD
8 ========== 8 ==========
9 9
10 Building under most UNIX systems is easy, just run the configure script 10 Building under most UNIX systems is easy, just run the configure script
(...skipping 16 matching lines...) Expand all
27 to create a Makefile. See the tcl/win/README file for the URL of 27 to create a Makefile. See the tcl/win/README file for the URL of
28 the Msys + Mingw download. 28 the Msys + Mingw download.
29 29
30 If you have VC++ then you may wish to use the files in the win 30 If you have VC++ then you may wish to use the files in the win
31 subdirectory and build the extension using just VC++. These files have 31 subdirectory and build the extension using just VC++. These files have
32 been designed to be as generic as possible but will require some 32 been designed to be as generic as possible but will require some
33 additional maintenance by the project developer to synchronise with 33 additional maintenance by the project developer to synchronise with
34 the TEA configure.in and Makefile.in files. Instructions for using the 34 the TEA configure.in and Makefile.in files. Instructions for using the
35 VC++ makefile are written in the first part of the Makefile.vc 35 VC++ makefile are written in the first part of the Makefile.vc
36 file. 36 file.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698