diff options
author | Brent Cook <busterb@gmail.com> | 2024-04-08 20:30:10 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-04-08 20:30:10 -0500 |
commit | c9de9d34ffd3b73fcfd7b117683ebb49f285fb69 (patch) | |
tree | 9bce0eaf54bd4430100e849c7497298dd57afb0b | |
parent | e28c00a367d733fe3c6a0dfbcf8607160382e37d (diff) | |
parent | 7ff4e2874b5f9dc97a74ec724b7c3731400b7278 (diff) | |
download | portable-c9de9d34ffd3b73fcfd7b117683ebb49f285fb69.tar.gz portable-c9de9d34ffd3b73fcfd7b117683ebb49f285fb69.tar.bz2 portable-c9de9d34ffd3b73fcfd7b117683ebb49f285fb69.zip |
Land #1045, [Windows] Mention running update.sh in readme
-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" .. |