Anyone successfully compiled liboauth for Windows?
Any help here much appreciated.
You need at least 0.9.3 to compile as you have tried.
version 0.9.3
- yet more build-system fixes:
- allow to override HASH_LIBS and CURL_LIBS using envoronment variables
- include them in .pc and tests/Makefile.am
I use the following steps to make it work:
To do this you need MSYS/MINGW installed
from msys shell, run:
env PKG_CONFIG=/bin/true ./configure --disable-static --disable-curl \
CURL_LIBS=/mingw/bin/libcurl.dll HASH_LIBS="/mingw/bin/libeay32.dll \
/mingw/bin/libssl32.dll" --prefix=/mingw
then:
mingw32-make && mingw32-make check
Fingers crossed, it all compiles as it should.
mingw32-make install
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With