aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Andersen <csandersen3@gmail.com>2024-04-08 22:54:59 +0200
committerChristian Andersen <csandersen3@gmail.com>2024-04-08 22:57:57 +0200
commit7ff4e2874b5f9dc97a74ec724b7c3731400b7278 (patch)
tree4dfb4bad06275db64ce924e654f8a6ff77c67e97
parent0eea45f4001dc75a7123d62a788fce7fd485bd8b (diff)
downloadportable-7ff4e2874b5f9dc97a74ec724b7c3731400b7278.tar.gz
portable-7ff4e2874b5f9dc97a74ec724b7c3731400b7278.tar.bz2
portable-7ff4e2874b5f9dc97a74ec724b7c3731400b7278.zip
[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.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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
143directory and run: 143directory and run:
144 144
145```sh 145```sh
146./update.sh
146mkdir build-vs2013 147mkdir build-vs2013
147cd build-vs2013 148cd build-vs2013
148cmake -G"Visual Studio 12 2013" .. 149cmake -G"Visual Studio 12 2013" ..