From: drh <> Date: Fri, 18 Oct 2024 10:51:43 +0000 (+0000) Subject: Minor enhancements to the compile-for-windows.md document. X-Git-Tag: version-3.47.0~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9a02e166aab5774062e9bd74592c516320ffc80;p=thirdparty%2Fsqlite.git Minor enhancements to the compile-for-windows.md document. FossilOrigin-Name: 5f0cc7f26453faaea20a7bb0a1bcbab381a9bae7a81e099bb27f4b05fac1cd6c --- diff --git a/doc/compile-for-windows.md b/doc/compile-for-windows.md index 3c5fe0c1a7..05893b56c8 100644 --- a/doc/compile-for-windows.md +++ b/doc/compile-for-windows.md @@ -52,6 +52,12 @@ canonical source on a new Windows 11 PC, as of 2024-10-09:
  • `set TCLDIR=c:\Tcl` + If you install TCL in the "`c:\Tcl`" directory (as recommended + in step 3 above), then this step is optional because + "`c:\Tcl`" is the default value for TCLDIR. You can also skip this + step by specifying "`TCLDIR=c:\Tcl`" as an argument to the nmake + commands in step 6 below. + 6. Run the "`Makefile.msc`" makefile with an appropriate target. Examples: