Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Updates to the download page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
2599ad51da191098cb8c5e6eacf58748 |
User & Date: | drh 2008-02-06 16:06:36.000 |
Context
2008-02-19
| ||
16:16 | Fix a typo in the whentouse.html page. Fix formatting problems in quickstart. (check-in: 491dfd2cee user: drh tags: trunk) | |
2008-02-06
| ||
16:06 | Updates to the download page. (check-in: 2599ad51da user: drh tags: trunk) | |
15:02 | Fix the makefile so that is automatically creates directory doc/c3ref. (check-in: cc155d5edd user: drh tags: trunk) | |
Changes
Changes to pages/download.in.
︙ | ︙ | |||
150 151 152 153 154 155 156 | unless you have a compelling reason to use one of the other packaging options below. } Product {sqlite-amalgamation-V3.tar.gz} { A tarball containing the <a href="amalgamation.html">amalgamation</a> together with an configure script and makefile | | < | | < < < | < < < < < < < < > > > > > > > > > > > > > | 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 | unless you have a compelling reason to use one of the other packaging options below. } Product {sqlite-amalgamation-V3.tar.gz} { A tarball containing the <a href="amalgamation.html">amalgamation</a> together with an configure script and makefile for building it. This is the recommended source distribution for Unix platforms. } Product {sqlite-V3-tea.tar.gz} { A tarball of proprocessed source code together with a <a href="http://www.tcl.tk/doc/tea/">Tcl Extension Architecture (TEA)</a> compatible configure script and makefile. } Product {sqlite-V3.tar.gz} { A tarball of the complete source tree for SQLite version VERSION as extracted from the version control system. The individual source files require preprocessing (handled automatically by the Makefile) before they are ready to be incorporated into a working library. } Product {sqlite-source-V3.zip} { This ZIP archive contains preprocessed C code for the SQLite library as individual source files. It is strongly recommended that the amalgamation above be used instead of this package. } Product {sqlite-V3.src.rpm} { An RPM containing complete source code for SQLite version VERSION } Heading {Cross-Platform Binaries} |
︙ | ︙ | |||
219 220 221 222 223 224 225 | version VERSION. } </tcl> </table> <a name="cvs"></a> | | | > > > > > | 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | version VERSION. } </tcl> </table> <a name="cvs"></a> <h3>Direct Access To The Sourcess</h3> <p> All SQLite source code is maintained in a <a href="http://www.cvshome.org/">CVS</a> repository that is available for read-only access by anyone. You can interactively view the repository contents and download individual files by visiting</p> <blockquote> <a href="http://www.sqlite.org/cvstrac/dir?d=sqlite"> http://www.sqlite.org/cvstrac/dir?d=sqlite</a>. </blockquote> <p> To access the repository directly, use the following commands: </p> <blockquote><pre> cvs -d :pserver:anonymous@www.sqlite.org:/sqlite login cvs -d :pserver:anonymous@www.sqlite.org:/sqlite checkout sqlite |
︙ | ︙ | |||
252 253 254 255 256 257 258 | tree as described above. Then update to the "version_2" branch as follows: </p> <blockquote><pre> cvs update -r version_2 </pre></blockquote> | > > > > > > > > | 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 | tree as described above. Then update to the "version_2" branch as follows: </p> <blockquote><pre> cvs update -r version_2 </pre></blockquote> <p>The documentation is maintained in a <a href="http://www.fossil-scm.org/">fossil</a> repository located at:</p> <blockquote> <a href="http://www.sqlite.org/docsrc">http://www.sqlite.org/docsrc</a> </blockquote> |