Search code examples
perlcurlcygwin

I'm confused about installing WWW::Curl for Perl in Cygwin


I have already installed Perl and libcurl using Cygwin's package manager. Now, I'm trying to install WWW::Curl. I have to specify the cURL include directory in WWW::Curl's Makefile.PL, but I have no idea where to look for this. Thanks for your time.


Solution

  • It will try to guess automatically. If it does not work, see the README.

    P.S. LWP is more convenient to use.