Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | More doc reformatting. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
582f3d91c45280f117f9dd4cb0c7a16d |
User & Date: | mistachkin 2012-01-22 13:23:05.420 |
Context
2012-01-23
| ||
04:54 | Update build docs to include Mono and the managed-only binaries. check-in: 752f754a11 user: mistachkin tags: trunk | |
2012-01-22
| ||
13:23 | More doc reformatting. check-in: 582f3d91c4 user: mistachkin tags: trunk | |
13:21 | Slight mods to the source code instructions. check-in: 4020e66162 user: mistachkin tags: trunk | |
Changes
Changes to www/source.wiki.
1 2 3 4 | <title>Source Code</title> <p> Follow these steps to obtain the latest (i.e. unreleased) source code for the | | < | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | <title>Source Code</title> <p> Follow these steps to obtain the latest (i.e. unreleased) source code for the System.Data.SQLite project. To obtain the latest officially released source code instead, refer to the [./downloads.wiki | downloads page]. Unless otherwise noted, all steps need to be done in the order specified. </p> <a name="assumptions"></a> <h2>Assumptions & Prerequisites</h2> <p> The string "<root>" represents the directory where you would |
︙ | ︙ | |||
71 72 73 74 75 76 77 | <ol> <li>Open a normal command prompt window with "cmd.exe".</li> <li>Change the current directory to "<root>".</li> <li> | | | | | 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | <ol> <li>Open a normal command prompt window with "cmd.exe".</li> <li>Change the current directory to "<root>".</li> <li> Enter the following command to create a complete working copy of all the files that are currently part of the System.Data.SQLite project: <b>fossil open sds.fossil</b> </li> <li> The local source tree should now be ready for use as described in the [./build.wiki | build procedures] and/or [./test.wiki | test procedures]. </li> |
︙ | ︙ |