This document details differences in pre-requisites and building instructions under Windows.
Note that this may require an MSDN subscription
Make sure you install all of the following Workloads
- Desktop development with C++
- .NET desktop development
- Azure development
- Python development
- Windows 8.1 SDK
Make sure you install all of the following Workloads
- Desktop development with C++
- .NET desktop development
- Azure development
- Python development
Make sure you also install all of the following Individual components
- VC++ 2015.3 v14.00 (v140) toolset for desktop
- Windows 8.1 SDK
This assumes running inside of "Developer Command Prompt" for your instance of Visual Studio
cd .scripts
restore
build
vcpkg install cpprestsdk:x64-windows
vcpkg install zlib:x64-windows
vcpkg install boost-align:x64-windows
vcpkg install boost-system:x64-windows
vcpkg install boost-program-options:x64-windows
vcpkg install boost-test:x64-windows
vcpkg install boost-thread:x64-windows
vcpkg install boost-uuid:x64-windows
This assumes running inside of "Developer Command Prompt" for your instance of Visual Studio
mkdir build
cd build
..\build_windows-experimental.bat [vcpkg_root_directory]