-
Install perl (strawberry) and NASM
-
build openssl
- go to
dependency\openssldirectory perl Configure VC-WIN64A- run
nmakeand libssl and libcrypto (lib & dll) will be generated at thedependency\openssldirectory - modify
cmake\findOpenSsl.cmakeand insertlibssl.libandlibcrypto.lib
- go to
-
build restbed
mkdir build cd build cmake -G "Visual Studio 15 2017 Win64" .. cmake --build . --target INSTALL --config Releasethere will be
distribution\includeanddistribution\librarygenerated in the restbed source directory
- add
distribution\includeanddependency\opensslin the Additional Include directories (C/C++ > General) - add
distribution\libraryanddependency\opensslin the Additional Library Directories - add
restbed.lib,libcrypto.lib, andlibssl.libin the Additional Dependencies (Linker > Input)