You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,12 @@
3
3
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.
4
4
5
5
**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:
- Bootstrapped and Integrated [VCPKG](https://github.com/microsoft/vcpkg) package manager setup.
10
13
- 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).
0 commit comments