Skip to content

Commit

Permalink
Merge pull request #112 from NicoHeijningen/winhowto
Browse files Browse the repository at this point in the history
add Windows build howto
  • Loading branch information
Plutoberth authored May 24, 2024
2 parents 0e725f0 + f85fa37 commit b961e43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b961e43

Please sign in to comment.