I've installed MinGW and MSYS on my Windows XP machine and now I want to compile an application which requires the GnuTLS libraries.

How do I install that package?

I tried mingw-get install mingw-gnutls without success.

I'm a total MinGW/MSYS noob, so it's very likely I'm missing the obvious here.

link|improve this question

78% accept rate
feedback

1 Answer

There is no mingw-gnutls package.

mingw-get list | grep -i gnutls

So you would have to install it from source.

ftp.gnu.org/gnu/gnutls

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.