tweak Windows README

This commit is contained in:
Brent Cook 2023-07-07 15:25:50 +03:00
parent 081cee6207
commit 8de5d47868

View File

@ -55,11 +55,11 @@ cv2pdb to generate Visual Studio and windbg compatible debug files. cv2pdb is a
tool developed for the D language and can be found here: tool developed for the D language and can be found here:
https://github.com/rainers/cv2pdb https://github.com/rainers/cv2pdb
Pre-built Windows binaries are available with LibreSSL releases if you do not The mingw-w64 code is largely, but not 100%, compatible with code built from
have a mingw-w64 build environment. Mingw-w64 code is largely, but not 100%, Visual Studio. Notably, FILE * pointers cannot be shared between code built for
compatible with code built from Visual Studio. Notably, FILE * pointers cannot Mingw-w64 and Visual Studio.
be shared between code built for Mingw-w64 and Visual Studio.
As of LibreSSL 2.2.2, Visual Studio Native builds can be produced using CMake. As of LibreSSL 2.2.2, Visual Studio Native builds can also be produced using
This produces ABI-compatible libraries for linking with native code generated CMake. This produces ABI-compatible libraries for linking with native code
by Visual Studio. generated by Visual Studio. Currently tested versions are VS 2019 and 2022,
though earlier versions may work as well.