Skip to content

Commit 2c35622

Browse files
authored
Update README.md
Signed-off-by: f1shy-dev <56125930+f1shy-dev@users.noreply.github.com>
1 parent b5f76fe commit 2c35622

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
In order to compile SideServer on VS 2019/2022 (not tested on any earlier versions), ensure you have the correct environment then follow the steps below.
44

55
**Dev Environment**
6-
- `Desktop development with C++` set of tools in VS Installer
7-
- `MSBuild support for LLVM (clang-cl) toolset` in VS Installer
8-
- `Test Adapter for Boost.Test` in VS Installer
6+
- Ensure your Visual Studio installation has all the following:
7+
- The `Desktop development with C++` set of tools
8+
- `MSBuild support for LLVM (clang-cl) toolset`
9+
- `C++ Clang Compiler for Windows`
10+
- `Test Adapter for Boost.Test`
11+
- `C++ MFC for latest v143 build tools (x86 & x64)` (or v142)
912
- Bootstrapped and Integrated [VCPKG](https://github.com/microsoft/vcpkg) package manager setup.
1013
- Installer projects plugin that matches your VS version - [VS2017/2019](https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.MicrosoftVisualStudio2017InstallerProjects), [VS2022](https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.MicrosoftVisualStudio2022InstallerProjects).
1114

0 commit comments

Comments
 (0)