From 8de5d47868d040f070c0b187ea7130ccb7b043c5 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Fri, 7 Jul 2023 15:25:50 +0300 Subject: [PATCH] tweak Windows README --- README.windows | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.windows b/README.windows index 1a9b7b5530..4d74a2eba8 100644 --- a/README.windows +++ b/README.windows @@ -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: https://github.com/rainers/cv2pdb -Pre-built Windows binaries are available with LibreSSL releases if you do not -have a mingw-w64 build environment. Mingw-w64 code is largely, but not 100%, -compatible with code built from Visual Studio. Notably, FILE * pointers cannot -be shared between code built for Mingw-w64 and Visual Studio. +The mingw-w64 code is largely, but not 100%, compatible with code built from +Visual Studio. Notably, FILE * pointers cannot 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. -This produces ABI-compatible libraries for linking with native code generated -by Visual Studio. +As of LibreSSL 2.2.2, Visual Studio Native builds can also be produced using +CMake. This produces ABI-compatible libraries for linking with native code +generated by Visual Studio. Currently tested versions are VS 2019 and 2022, +though earlier versions may work as well.