diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2026-05-25 17:05:16 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2026-05-25 17:05:16 +0000 |
| commit | b00eb376e3fb28e738f9370552dae9d92c1fdd76 (patch) | |
| tree | 4675a4ad76d8d7d5746413670e0e86f84e968a39 /tea/README.txt | |
| parent | e7e917ee3cf2b3010b1c511c6ebaf8b65b983ad7 (diff) | |
Diffstat (limited to 'tea/README.txt')
| -rw-r--r-- | tea/README.txt | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/tea/README.txt b/tea/README.txt index fb7cb1924854..122b08d32d0c 100644 --- a/tea/README.txt +++ b/tea/README.txt @@ -83,22 +83,12 @@ script and then run make. For example: $ cd sqlite-*-tea $ ./configure --with-tcl=/path/to/tcl/install/root - $ make + $ make test $ make install WINDOWS BUILD ============= -The recommended method to build extensions under windows is to use the -Msys + Mingw build process. This provides a Unix-style build while -generating native Windows binaries. Using the Msys + Mingw build tools -means that you can use the same configure script as per the Unix build -to create a Makefile. See the tcl/win/README file for the URL of -the Msys + Mingw download. -If you have VC++ then you may wish to use the files in the win -subdirectory and build the extension using just VC++. These files have -been designed to be as generic as possible but will require some -additional maintenance by the project developer to synchronise with -the TEA configure.in and Makefile.in files. Instructions for using the -VC++ makefile are written in the first part of the Makefile.vc -file. +On Windows this build is known to work on Cygwin and some Msys2 +environments. We do not currently support Microsoft makefiles for +native Windows builds. |
