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

Side by Side Diff: third_party/sqlite/src/autoconf/README.first

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 1
2 This file describes how to use the files in this directory to create a new 2 This file describes how to use the files in this directory to create a new
3 version of the "autoconf-amalgamation" package. 3 version of the "autoconf-amalgamation" package.
4 4
5 1. The following files should have executable permission: 5 1. The following files should have executable permission:
6 6
7 chmod 755 install-sh 7 chmod 755 install-sh
8 chmod 755 missing 8 chmod 755 missing
9 chmod 755 depcomp 9 chmod 755 depcomp
10 chmod 755 config.sub 10 chmod 755 config.sub
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 7. From the 'tea' directory, run the following commands: 48 7. From the 'tea' directory, run the following commands:
49 49
50 autoconf 50 autoconf
51 rm -rf autom4te.cache 51 rm -rf autom4te.cache
52 52
53 8. Run "./configure && make dist". This builds a distribution package 53 8. Run "./configure && make dist". This builds a distribution package
54 named something like "sqlite-3.6.3.tar.gz". Rename to 54 named something like "sqlite-3.6.3.tar.gz". Rename to
55 "sqlite-amalgamation-3.6.3.tar.gz" and use. 55 "sqlite-amalgamation-3.6.3.tar.gz" and use.
56 56
57 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698