Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

libcurl

  1. I

    macOS Linking libcurl statically on Xcode 8.2

    Hello. Did someone succeed in using libcurl statically in Xcode? I have installed libcurl using: $ ./configure --prefix=/home/igorland/Libs/curl --disable-shared –enable-static $ make $make install Then in the Header Search Paths, I include the path to the headers...