From f85fa377b0742762f1dd2ccaeba7b4106c08bb2d Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 23 May 2024 22:31:48 +0200 Subject: [PATCH] add Windows build howto --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 68bb168..5db37f1 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,11 @@ Sniffing messages - See [this helpful comment](https://github.com/Plutoberth/Son ### Compiling #### Windows +Install [cmake](https://cmake.org/download/) (3.29.3 works) and install [Visual Studio Community 2022](https://visualstudio.microsoft.com/vs/) the C++ components: +* MSVC - VS 2022 C++ x64/x86 build tools +* Windows SDK +From within Visual Studio Run the `Tools --> Command Line --> Developer Command Prompt` and then: ``` cd Client mkdir build