1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Cross-link and otherwise improve the various how-to-compile documents.

No code changes.

FossilOrigin-Name: 5e6ede92afae77ce6023f3b294dc565651631c7976d898d800988f1b3ff2e83f
This commit is contained in:
drh
2025-01-08 12:51:28 +00:00
parent 45d19952c3
commit af8af121ab
5 changed files with 28 additions and 14 deletions

View File

@ -26,8 +26,12 @@ case, perhaps make minor changes to the procedure such as:
* Also compile "wish" to go with each "tclsh".
<a id="unix"></a>
## 2.0 Testing On Unix-like Systems (Including Mac)
See also the [](./compile-for-unix.md) document which provides another
perspective on how to compile SQLite on unix-like systems.
### 2.1 Setup
<ol type="1">
@ -111,8 +115,12 @@ case, perhaps make minor changes to the procedure such as:
<li value="29"> `rm -rf $TCLBUILD`
</ol>
<a id="windows"></a>
## 3.0 Testing On Windows
See also the [](./compile-for-windows.md) document which provides another
perspective on how to compile SQLite on Windows.
### 3.1 Setup for Windows
<ol type="1">