From 8cadd65ee41e9ddd036902329f5b8dfeba1e7d4d Mon Sep 17 00:00:00 2001 From: Richard Barnes Date: Thu, 24 Apr 2025 16:56:34 -0400 Subject: [PATCH 1/2] Follow-ups from #439 --- .gitignore | 1 - include/version.h | 5 ----- 2 files changed, 6 deletions(-) delete mode 100644 include/version.h diff --git a/.gitignore b/.gitignore index d42f84a0e..4d0232c0a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,3 @@ out *.swp .vs/** .vscode/** -include/namespace.h diff --git a/include/version.h b/include/version.h deleted file mode 100644 index 0cead31c4..000000000 --- a/include/version.h +++ /dev/null @@ -1,5 +0,0 @@ -#pragma once - -/* Global version strings */ -extern const char VERSION[]; -extern const char HASHVAR[]; From 01cc3f2d4266b0aca62363530e5605df7c82808c Mon Sep 17 00:00:00 2001 From: Richard Barnes Date: Thu, 24 Apr 2025 16:59:02 -0400 Subject: [PATCH 2/2] Follow-up from #443 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b0448db26..61d2cc15a 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ Quickstart 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. +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'. + ``` > make # Configures and builds the library > make dev # Configure a "developer" build with tests and checks using OpenSSL 1.1