mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 19:45:04 -05:00
simplified the compile line even more
This commit is contained in:
parent
fc5c9d8f17
commit
b79e250ed2
@ -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:
|
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!
|
Try the php/examples/ directory for PHP programming snippets!
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user