Build Cardano SL on Win 10

Trying to build Cardano SL on windows 10 using “stack build” command.
I get this error:
Configuring cryptonite-openssl-0.6…
Cabal-simple_Z6RU0evB_1.24.2.0_ghc-8.0.2.exe: Missing dependencies on foreign
libraries:
*** Missing C libraries: ssl32**

I installed OpenSSL and include lib using : stack build --extra-lib-dirs=C:\OpenSSL-Win32\lib
still same error.
What am I missing?

Thanks,
Sisi

1 Like

I have the same problem. Can someone help please?

Got this fixed! by adding the right libssl32.dll to the extra lib dirs ! yes!!! moving on :smiley:

1 Like