oatpp / oatpp-openssl

OpenSSL adaptor for Oat++ applications
https://oatpp.io/
Apache License 2.0
13 stars 22 forks source link

Install on Windows #12

Open lganzzzo opened 2 years ago

lganzzzo commented 2 years ago

By @AlexandreHURDYK:

Ok I managed to compile that submodule on windows through trial and error. Here's my procedure : As a prerequisite, you'll need the following things :

The OpenSSL header files, along with the libcrypto.lib and libssl.lib libraries. A compiled installation of oatpp on "C:\Program Files (x86)\oatpp".

dellarocca99 commented 1 year ago

Hi @lganzzzo

I'm trying to install this submodule in Windows. I do have the OpenSSL header files, including the libcrypto.lib and libssl.lib. However, I don't understand in these steps how the structure of the directories and files should be. I also don't understand if I need all OpenSSL header files or just the libcrypto.lib and libssl.lib.

Hope you can help me, and thanks in advance!