From: drh <> Date: Wed, 8 Jan 2025 12:51:28 +0000 (+0000) Subject: Cross-link and otherwise improve the various how-to-compile documents. X-Git-Tag: major-relase~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af8af121ab77bb761ccd975d97d216c932a9ba08;p=thirdparty%2Fsqlite.git Cross-link and otherwise improve the various how-to-compile documents. No code changes. FossilOrigin-Name: 5e6ede92afae77ce6023f3b294dc565651631c7976d898d800988f1b3ff2e83f --- diff --git a/doc/compile-for-unix.md b/doc/compile-for-unix.md index 7e3784d695..ce76b97bae 100644 --- a/doc/compile-for-unix.md +++ b/doc/compile-for-unix.md @@ -4,6 +4,8 @@ Here are step-by-step instructions on how to build SQLite from canonical source on any modern machine that isn't Windows. These notes are tested (on 2024-10-11) on Ubuntu and on MacOS, but they are general and should work on most any modern unix platform. +See the companion document ([](./compile-for-windows.md>)) for +guidance on building for Windows. 1. Install a C-compiler. GCC or Clang both work fine. If you are reading this document, you've probably already done that. @@ -12,6 +14,8 @@ are general and should work on most any modern unix platform. we'll do a private install in the $HOME/local directory, but you can make adjustments to install TCL wherever you like. This document assumes you are working with TCL version 9.0. + See also the [](./tcl-extension-testing.md) document that contains + more details on compiling Tcl for use with SQLite.
  1. Get the TCL source archive, perhaps from @@ -45,7 +49,7 @@ are general and should work on most any modern unix platform.
  2. `make sqldiff`
  3. `make sqlite3_rsync` -

    None of the targets above require TCL. TCL is only needed +

    None of the targets above require TCL. TCL is needed for the following targets: