[cpprestsdk] – [how to build for Windows] – [Getting Started]
[vcpkg] – [quick start on Windows]
cpprestsdk> mkdir build.x64v142
cpprestsdk> cd build.x64v142
cpprestsdk/build.x64v142> cmake ../Release -A x64 -DCMAKE_TOOLCHAIN_FILE=C:\Public\vcpkg\scripts\buildsystems\vcpkg.cmake
[OpenSSL] [Windows Notes] [StrawBerryPerl] [NASM]
(Configure x64 Debug)
perl Configure VC-WIN64A --debug --prefix=C:\Out\Lib\x64\Debug --openssldir=C:\Out\SSL no-shared
(Build Steps)
nmake clean
nmake
nmake test
nmake install_sw
(Configure x64 Release)
perl Configure VC-WIN64A --prefix=C:\Out\Lib\x64\Release --openssldir=C:\Out\SSL no-shared
(Repeat Build Steps)
C++ Rest SDK Sample: [Cpp_BoostJsonZipPostJwt]