Home | History | Annotate | Download | only in docs

Lines Matching full:libcurl

26 curl-config \- Get information about a libcurl installation
31 displays information about the curl and libcurl installation.
34 Displays the built-in path to the CA cert bundle this libcurl uses.
36 Displays the compiler used to build libcurl.
39 libcurl. Currently that is only the include path to the curl include files.
41 Specify the oldest possible libcurl version string you want, and this
48 Lists what particular main features the installed libcurl was built with. At
56 to link your application with libcurl.
58 This is the prefix used when libcurl was installed. Libcurl is then installed
62 Lists what particular protocols the installed libcurl was built to support. At
68 Lists the SSL backends that were enabled when libcurl was built. It might be
73 to link your application with libcurl statically. (Added in 7.17.1)
75 Outputs version information about the installed libcurl.
77 Outputs version information about the installed libcurl, in numerical mode.
79 major, minor, patch. So that libcurl 7.7.4 would appear as 070704 and libcurl
83 What linker options do I need when I link with libcurl?
87 What compiler options do I need when I compile using libcurl functions?
91 How do I know if libcurl was built with SSL support?
95 What's the installed libcurl version?