OLD | NEW |
1 <h1 align="center">SQLite Source Repository</h1> | 1 <h1 align="center">SQLite Source Repository</h1> |
2 | 2 |
3 This repository contains the complete source code for the SQLite database | 3 This repository contains the complete source code for the SQLite database |
4 engine. Some test scripts are also include. However, many other test scripts | 4 engine. Some test scripts are also include. However, many other test scripts |
5 and most of the documentation are managed separately. | 5 and most of the documentation are managed separately. |
6 | 6 |
7 ## Compiling | 7 ## Compiling |
8 | 8 |
9 First create a directory in which to place | 9 First create a directory in which to place |
10 the build products. It is recommended, but not required, that the | 10 the build products. It is recommended, but not required, that the |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 between SQLite and the underlying operating system using the run-time | 206 between SQLite and the underlying operating system using the run-time |
207 pluggable VFS interface. | 207 pluggable VFS interface. |
208 | 208 |
209 | 209 |
210 ## Contacts | 210 ## Contacts |
211 | 211 |
212 The main SQLite webpage is [http://www.sqlite.org/](http://www.sqlite.org/) | 212 The main SQLite webpage is [http://www.sqlite.org/](http://www.sqlite.org/) |
213 with geographically distributed backup servers at | 213 with geographically distributed backup servers at |
214 [http://www2.sqlite.org/](http://www2.sqlite.org) and | 214 [http://www2.sqlite.org/](http://www2.sqlite.org) and |
215 [http://www3.sqlite.org/](http://www3.sqlite.org). | 215 [http://www3.sqlite.org/](http://www3.sqlite.org). |
OLD | NEW |