Skip to content

How to compile in Windows.

nk125 edited this page Oct 8, 2021 · 2 revisions

Here's how to compile in Windows.

  1. Download your compiler (I recommend VS19 or any compiler with standard C++17).
  2. Above the include/original source code define your system.
    • Configure the params if it's the original source code.
  3. Compile and run it.

Specific instructions for Windows.

  1. Search for Windows Pre-compiled libraries and headers for OpenSSL.
  2. Put the libssl and libcrypto dot lib files inside the folder there're compiling or in your VS19 project.
  3. Move the openssl folder to your include folder and then compile with the above instructions.
Clone this wiki locally