Skip to content

Commit 01cc3f2

Browse files
committed
Follow-up from #443
1 parent 8cadd65 commit 01cc3f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Quickstart
3131

3232
A convenience Makefile is included to avoid the need to remember a bunch of CMake parameters. It will use [vcpkg](https://vcpkg.io/en/) to satisfy all dependencies.
3333

34+
Note that on Windows the make commands should be run in PowerShell instead of cmd.exe, otherwise, vcpkg will report the error 'error: in triplet x64-windows: Unable to find a valid Visual Studio instance'.
35+
3436
```
3537
> make # Configures and builds the library
3638
> make dev # Configure a "developer" build with tests and checks using OpenSSL 1.1

0 commit comments

Comments
 (0)