Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo on the quickstart page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
80577829a2309ca12aa4d159a6f8e338 |
User & Date: | drh 2015-04-13 10:21:42.578 |
Context
2015-04-21
| ||
17:50 | Add the UAP VSIX to the prerelease snapshots section of the download page. (Leaf check-in: fe9930b07e user: drh tags: branch-3.8.9) | |
2015-04-14
| ||
13:24 | Improvements to the cintro.html document. (check-in: 4dfdc948ef user: drh tags: trunk) | |
2015-04-13
| ||
10:21 | Fix a typo on the quickstart page. (check-in: 80577829a2 user: drh tags: trunk) | |
2015-04-10
| ||
14:39 | Add a brief comment describing what the toc.db build logic is used for and why it is important. (check-in: c7671e4258 user: drh tags: trunk) | |
Changes
Changes to pages/quickstart.in.
︙ | ︙ | |||
102 103 104 105 106 107 108 | 31 <b>sqlite3_free</b>(zErrMsg); 32 } 33 <b>sqlite3_close</b>(db); 34 return 0; 35 } </pre></blockquote> <p>See the [How To Compile SQLite] document for instructions and hints on | | | 102 103 104 105 106 107 108 109 110 111 | 31 <b>sqlite3_free</b>(zErrMsg); 32 } 33 <b>sqlite3_close</b>(db); 34 return 0; 35 } </pre></blockquote> <p>See the [How To Compile SQLite] document for instructions and hints on how to compile the program shown above. </li> </ul> |