Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to compile with Msys2 in Windows #617

Closed
vege226 opened this issue Feb 2, 2018 · 1 comment
Closed

Try to compile with Msys2 in Windows #617

vege226 opened this issue Feb 2, 2018 · 1 comment

Comments

@vege226
Copy link

vege226 commented Feb 2, 2018

I got the OpenSSL error so tried:
./autogen.sh --disable-openssl

then get the GnuTLS error...

configure: error: Package requirements (gnutls >= 2.2.0) were not met:

No package 'gnutls' found

I tried this:
pacman -S mingw-w64-x86_64-gnutls
pacman -S openssl
pacman -S gnutls
pacman -S libgnutls

@vege226
Copy link
Author

vege226 commented Feb 2, 2018

SOLVED:

pacman -S openssl
pacman -S libopenssl
pacman -S openssl-devel

This should be explained in the requirements

This worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant