From 7ff4e2874b5f9dc97a74ec724b7c3731400b7278 Mon Sep 17 00:00:00 2001 From: Christian Andersen Date: Mon, 8 Apr 2024 22:54:59 +0200 Subject: [Windows] Mention running update.sh in readme. So it is a bit easier to setup, without having to try and figure out why CMake is not generating a valid build. To improve #1044. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4f56b1..ab159ab 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ generate a Visual Studio project, install CMake, enter the LibreSSL source directory and run: ```sh +./update.sh mkdir build-vs2013 cd build-vs2013 cmake -G"Visual Studio 12 2013" .. -- cgit v1.2.3-55-g6feb