Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
xeropresence committed Jun 7, 2024
1 parent 5e3104f commit c6baf06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Patch to fix various bugs and add quality of life improvements to the game. Sinc

## System requirements

* MS Visual C++ Redistributable for Visual Studio 2019 (https://aka.ms/vs/16/release/VC_redist.x86.exe)
* MS Visual C++ Redistributable for Visual Studio 2022 (https://aka.ms/vs/17/release/vc_redist.x86.exe)


## Download
Expand Down Expand Up @@ -90,8 +90,8 @@ These instructions are only relevant to you if you want to modify the plugin. To
* Checkout source codes with git, or download source code as ZIP and extract.
* Use vcpkg (https://github.com/microsoft/vcpkg) to install the required libraries
```
vckpg update
vckpg install polyhook2:x86-windows-static gumbo:x86-windows-static spdlog:x86-windows-static nlohmann-json:x86-windows-static
vcpkg update
vcpkg install polyhook2:x86-windows-static gumbo:x86-windows-static spdlog:x86-windows-static nlohmann-json:x86-windows-static
```

Once finished, the plugin file `mswsock.dll` will appear in the `Release` folder.
Expand Down

0 comments on commit c6baf06

Please sign in to comment.