Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add a description of the file naming conventions to the download page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5610cee39bc0590afef652f7e919f0e1 |
User & Date: | drh 2010-12-08 12:58:23.000 |
Context
2010-12-08
| ||
21:13 | Remove an obolete requirement from the cache_size pragma. Un-deprecate the foreign_key_list pragma, since people seem to use it far more than we suspected. (check-in: d399230aae user: drh tags: trunk) | |
12:58 | Add a description of the file naming conventions to the download page. (check-in: 5610cee39b user: drh tags: trunk) | |
2010-12-07
| ||
20:07 | Update release notes; fix some typos. (check-in: 9cd115e7d2 user: shaneh tags: trunk) | |
Changes
Changes to pages/download.in.
︙ | ︙ | |||
62 63 64 65 66 67 68 | set ::pending_heading $title # hd_puts "<tr><td colspan=4><big><b>$title</b></big></td></tr>" } Heading {Pre-release Source Code Snapshots} | | < < < < < < < | 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 | set ::pending_heading $title # hd_puts "<tr><td colspan=4><big><b>$title</b></big></td></tr>" } Heading {Pre-release Source Code Snapshots} Product {sqlite-amalgamation-snapshot-DATE.zip} { This is a snapshot (as of VERSION) of the current SQLite code under development. Use this snapshot for testing only. This is not a release. This ZIP archive contains all preprocessed C code combined into a single source file (the <a href="amalgamation.html">amalgamation</a>). } Product {sqlite-tea-snapshot-DATE.zip} { This is a snapshot (as of VERSION) of the current SQLite code under development, packaged and ready to build using the <a href="http://www.tcl.tk/doc/tea/">Tcl Extension Architecture (TEA)</a>. Use this snapshot for testing only. This is not a release. } |
︙ | ︙ | |||
185 186 187 188 189 190 191 192 | unless you have a compelling reason not to. } </tcl> </table> <a name="cvs"></a> | > > > > > > > > > > > > > > > > > > > > > > > > > > | | > > > > | 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 | unless you have a compelling reason not to. } </tcl> </table> <tcl>hd_fragment encoding {build product names}</tcl> <h3>Build Product Names</h3> <p>Beginning with SQLite [version 3.7.4], the names of the build products have changed to be more consistent. (Prior to version 3.7.4, the names of build products were seemingly random.) Build products are named using one of the following templates: <ol> <li> <b>sqlite3-</b>product<b>-</b>version<b>.zip</b> <li> <b>sqlite3-</b>product<b>-</b>version<b>.tar.gz</b> <li> <b>sqlite3-</b>product<b>-</b>os<b>-</b>cpu<b>-</b>version<b>.zip</b> <li> <b>sqlite3-</b>product<b>-snapshot-</b>date<b>.zip</b> </ol> <p>Templates (1) and (2) are used for source-code products. Template (1) is used for generic source-code products and templates (2) is used for source-code products that are generally only useful on unix-like platforms. Template (3) is used for precompiled binaries products. Template (4) is used for unofficial pre-release "snapshots" of source code. <p>The <i>version</i> is encoded so that filenames sort in order of increasing version number when viewed using "ls". For version 3.X.Y the filename encoding is 3XXYY00. For branch version 3.X.Y.Z, the encoding is 3XXYYZZ. <p>The <i>date</i> in template (4) is of the form: YYYYMMDDHHMM <a name="cvs"></a> <h3>Canonical Source Code</h3> <p> The canonical SQLite source code is maintained in three self-synchronizing [http://www.fossil-scm.org/ | Fossil] repositories that are available for anonymous read-only access. Anyone can view the repository contents and download historical versions of individual files or ZIP archives of historical check-ins by visiting</p> <p>Note that a unix-like development environment, including a recent version of <a href="http://www.tcl.tk/">Tcl</a> is required in order to build from the canonical sources.</p> <blockquote> <a href="http://www.sqlite.org/src">http://www.sqlite.org/src</a> (Dallas)<br> <a href="http://www.hwaci.com/cgi-bin/sqlite">http://www.hwaci.com/cgi-bin/sqlite</a> (San Jose)<br> <a href="http://www2.sqlite.org/src">http://www2.sqlite.org/src</a> (Atlanta)<br> </blockquote> |
︙ | ︙ |