Lines Matching refs:libcurl
14 curl-config - Get information about a libcurl installation
23 displays information about the curl and libcurl installation.
29 Displays the built-in path to the CA cert bundle this libcurl uses.
33 Displays the compiler used to build libcurl.
38 libcurl. Currently that is only the include path to the curl include files.
42 Specify the oldest possible libcurl version string you want, and this script
53 Lists what particular main features the installed libcurl was built with. At
65 link your application with libcurl.
69 This is the prefix used when libcurl was installed. Libcurl is then installed
75 Lists what particular protocols the installed libcurl was built to support. At
83 Lists the SSL backends that were enabled when libcurl was built. It might be
90 link your application with libcurl statically. (Added in 7.17.1)
94 Outputs version information about the installed libcurl.
98 Outputs version information about the installed libcurl, in numerical mode.
100 major, minor, and patch numbers. This makes libcurl 7.7.4 appear as 070704 and
101 libcurl 12.13.14 appear as 0c0d0e... Note that the initial zero might be
106 What linker options do I need when I link with libcurl?
110 What compiler options do I need when I compile using libcurl functions?
114 How do I know if libcurl was built with SSL support?
118 What's the installed libcurl version?