mirror of
https://github.com/curl/curl.git
synced 2026-05-19 07:06:21 +03:00
simplified the compile line even more
This commit is contained in:
parent
fc5c9d8f17
commit
b79e250ed2
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ examples. Just edit the file according to your system and requirements first.
|
|||
|
||||
Most examples should build fine using a command line like this:
|
||||
|
||||
$ gcc `curl-config --cflags` `curl-config --libs` -o example example.c
|
||||
$ `curl-config --cc --cflags --libs` -o example example.c
|
||||
|
||||
Try the php/examples/ directory for PHP programming snippets!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue