curl-config.1 -- man page
Related:
autoconf
NAME
curl-config - Get information about a libcurl installation
SYNOPSIS
curl-config [options]
DESCRIPTION
curl-configdisplays information about the curl and libcurl installation.
OPTIONS
--ca
Displays the built-in path to the CA cert bundle this libcurl uses.
--cc
Displays the compiler used to build libcurl.
--cflags
Set of compiler options (CFLAGS) to use when compiling files that
use libcurl. Currently that is only the include path to the curl include
files.
--checkfor [version]
Specify the oldest possible libcurl version string you want, and this
script will return 0 if the current installation is new enough or it returns
1 and outputs a text saying that the current version is not new
enough. (Added in 7.15.4)
评论0
最新资源