Documentation Source Text

Check-in [fbbbdbca17]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Remove the AWK dependency from the amalgamation page.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: fbbbdbca1795c7f448df159b07ed21760d505767
User & Date: drh 2016-01-14 15:52:26.208
Context
2016-01-14
18:26
Merge updates from the 3.10 branch. (check-in: 885e891911 user: drh tags: trunk)
15:52
Remove the AWK dependency from the amalgamation page. (check-in: fbbbdbca17 user: drh tags: trunk)
15:48
Merge the 3.10.1 documentation changes. Update the change log for 3.11.0. (check-in: e9bf814a4d user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to pages/amalgamation.in.
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146

<p>The build process makes extensive use of the 
[http://www.tcl-lang.org/|Tcl] scripting language.  You will need to have a
copy of TCL installed in order for the make targets above to work.
Easy-to-use installers can be obtained from [http://www.tcl-lang.org/].
Many unix workstations have Tcl installed by default.

<p>The build process also uses [http://en.wikipedia.org/wiki/AWK|AWK].
AWK is almost always installed by default on unix-like workstations,
but it may need to be downloaded and installed on Windows development
platforms.  There are many versions of AWK available for Windows.
Use a search engine to find one.

<h3>4.2 See Also</h3>

<p>Additional notes on compiling SQLite can be found on the
[How To Compile SQLite] page.







<
<
<
<
<
<




130
131
132
133
134
135
136






137
138
139
140

<p>The build process makes extensive use of the 
[http://www.tcl-lang.org/|Tcl] scripting language.  You will need to have a
copy of TCL installed in order for the make targets above to work.
Easy-to-use installers can be obtained from [http://www.tcl-lang.org/].
Many unix workstations have Tcl installed by default.







<h3>4.2 See Also</h3>

<p>Additional notes on compiling SQLite can be found on the
[How To Compile SQLite] page.