aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.windows14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.windows b/README.windows
index 1a9b7b5..4d74a2e 100644
--- a/README.windows
+++ b/README.windows
@@ -55,11 +55,11 @@ cv2pdb to generate Visual Studio and windbg compatible debug files. cv2pdb is a
55tool developed for the D language and can be found here: 55tool developed for the D language and can be found here:
56https://github.com/rainers/cv2pdb 56https://github.com/rainers/cv2pdb
57 57
58Pre-built Windows binaries are available with LibreSSL releases if you do not 58The mingw-w64 code is largely, but not 100%, compatible with code built from
59have a mingw-w64 build environment. Mingw-w64 code is largely, but not 100%, 59Visual Studio. Notably, FILE * pointers cannot be shared between code built for
60compatible with code built from Visual Studio. Notably, FILE * pointers cannot 60Mingw-w64 and Visual Studio.
61be shared between code built for Mingw-w64 and Visual Studio.
62 61
63As of LibreSSL 2.2.2, Visual Studio Native builds can be produced using CMake. 62As of LibreSSL 2.2.2, Visual Studio Native builds can also be produced using
64This produces ABI-compatible libraries for linking with native code generated 63CMake. This produces ABI-compatible libraries for linking with native code
65by Visual Studio. 64generated by Visual Studio. Currently tested versions are VS 2019 and 2022,
65though earlier versions may work as well.