1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix a typo in compile-for-unix.md. Simplify hyperlinks in the compile-for-*

documents.

FossilOrigin-Name: 8cd7d157741f207c3a38744f2d85a5bb808824b5e83b9e033a8ce3954fe38f43
This commit is contained in:
drh
2024-10-17 16:22:47 +00:00
parent bcdb28b8f9
commit a9e4ebc513
4 changed files with 12 additions and 12 deletions

View File

@ -11,13 +11,12 @@ are general and should work on most any modern unix platform.
2. Install TCL9 development libraries. In this note, we'll do a
private install in the $HOME/local directory, but you can make
adjustments to install TCL9 wherever you like.
install the TCL development libraries in the "`c:\Tcl`" directory.
<p>
This document assumes you are working with <b>TCL version 9.0</b>.
<ol type="a">
<li>Get the TCL source archive, perhaps from
[https://www.tcl.tk/software/tcltk/download.html](https://www.tcl.tk/software/tcltk/download.html)
or [https://sqlite.org/tmp/tcl9.0.0.tar.gz](https://sqlite.org/tmp/tcl9.0.0.tar.gz)
<https://www.tcl.tk/software/tcltk/download.html>
or <https://sqlite.org/tmp/tcl9.0.0.tar.gz>.
<li>Untar the source archive. CD into the "unix/" subfolder
of the source tree.
<li>Run: `mkdir $HOME/local`