From 6f212d7cc1e3afe848e5e164318fc3a4fb120dcc Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 7 Aug 2023 14:01:24 -0700 Subject: [PATCH] Improved Windows instructions, part 2 [skip ci] --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d7aada..354deed 100644 --- a/README.md +++ b/README.md @@ -432,12 +432,14 @@ Note: Replace `15` with your Postgres server version ### Windows -Support for Windows is currently experimental. Ensure [C++ support in Visual Studio](https://learn.microsoft.com/en-us/cpp/build/building-on-the-command-line?view=msvc-170#download-and-install-the-tools) is installed, and run (update the path as needed): +Support for Windows is currently experimental. Ensure [C++ support in Visual Studio](https://learn.microsoft.com/en-us/cpp/build/building-on-the-command-line?view=msvc-170#download-and-install-the-tools) is installed, and run: ```cmd call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat" ``` +Note: The exact path will vary depending on your Visual Studio version and edition + Then use `nmake` to build: ```cmd