Skip to content

Commit b4c3eab

Browse files
authored
Followups (#450)
* Follow-ups from #439 * Follow-up from #443
1 parent aa4da55 commit b4c3eab

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ out
33
*.swp
44
.vs/**
55
.vscode/**
6-
include/namespace.h

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

include/version.h

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)