Changes between Version 1 and Version 2 of Packages/SQLite


Ignore:
Timestamp:
06/19/12 21:55:31 (12 years ago)
Author:
C Rempel
Comment:

/* References */

Legend:

Unmodified
Added
Removed
Modified
  • Packages/SQLite

    v1 v2  
    11= SQLite =
    22
     3=  Some quick notes  =
     4
     5SQLite uses fossil for their development branch, so if you use their development branch, you have some steps to go through:
     6
     7First, check out a "fossil" which is a single file with all the information
     8
     9 ~/sqlite$ fossil clone http://www.sqlite.org/cgi/src/dir trunk.fossil
     10
     11Second, make and navigate into an sqlite directory:
     12
     13 ~$ mkdir sqlite
     14 ~$ cd sqlite
     15
     16Third, open the fossil file
     17
     18 ~/sqlite$ fossil open ../trunk.fossil
     19
     20Fourth close the fossil file
     21
     22 ~/sqlite$ fossil close ../trunk.fossil
     23
     24Haven't gotten any farther, but I thought that was rather interesting...
    325=  References  =
    426