-
Notifications
You must be signed in to change notification settings - Fork 1
How to compile in Windows.
nk125 edited this page Oct 8, 2021
·
2 revisions
- Download your compiler (I recommend VS19 or any compiler with standard C++17).
- Above the include/original source code define your system.
- Configure the params if it's the original source code.
- Compile and run it.
- Search for Windows Pre-compiled libraries and headers for OpenSSL.
- Put the libssl and libcrypto dot lib files inside the folder there're compiling or in your VS19 project.
- Move the openssl folder to your include folder and then compile with the above instructions.
(Requires yhirose/cpp-httplib to work, just copy from his git repo the httplib.h file and paste in your project/folder)