diff options
author | Christian Andersen <csandersen3@gmail.com> | 2024-04-08 22:54:59 +0200 |
---|---|---|
committer | Christian Andersen <csandersen3@gmail.com> | 2024-04-08 22:57:57 +0200 |
commit | 7ff4e2874b5f9dc97a74ec724b7c3731400b7278 (patch) | |
tree | 4dfb4bad06275db64ce924e654f8a6ff77c67e97 | |
parent | 0eea45f4001dc75a7123d62a788fce7fd485bd8b (diff) | |
download | portable-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -143,6 +143,7 @@ generate a Visual Studio project, install CMake, enter the LibreSSL source | |||
143 | directory and run: | 143 | directory and run: |
144 | 144 | ||
145 | ```sh | 145 | ```sh |
146 | ./update.sh | ||
146 | mkdir build-vs2013 | 147 | mkdir build-vs2013 |
147 | cd build-vs2013 | 148 | cd build-vs2013 |
148 | cmake -G"Visual Studio 12 2013" .. | 149 | cmake -G"Visual Studio 12 2013" .. |