| curl-config | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
| NAME | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
| SYNOPSIS | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
| DESCRIPTION | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
| OPTIONS | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
| EXAMPLES | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
$ curl-config --libs
What compiler options do I need when I compile using libcurl functions?
$ curl-config --cflags
How do I know if libcurl was built with SSL support?
$ curl-config --feature | grep SSL
What's the installed libcurl version?
$ curl-config --version
How do I build a single file with a one-line command?
$ `curl-config --cc --cflags --libs` -o example example.c
| SEE ALSO | Début | Précédent | Suivant | Sommaire | Préc.page.lue | Accueil |
| Sommaire | Début | Suivant | Sommaire | Préc.page.lue | Accueil |