Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 1.65 KB

README.Windows.md

File metadata and controls

65 lines (47 loc) · 1.65 KB

Windows specific info

This document details differences in pre-requisites and building instructions under Windows.

Prerequisite software

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

Compiling

This assumes running inside of "Developer Command Prompt" for your instance of Visual Studio

cd .scripts
restore
build

Experimental CMake build

Additional Prerequisites

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

Compiling

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]