aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/README
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-06-19 12:31:49 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-06-19 12:31:49 +0000
commitb79e250ed27e349d51a3671940c81915edcbc5ef (patch)
tree8d2d6bbb5e99dc37ba3268198af30b2419704c44 /docs/examples/README
parentfc5c9d8f179b8a4efafee9317779a78763c3d4eb (diff)
simplified the compile line even more
Diffstat (limited to 'docs/examples/README')
-rw-r--r--docs/examples/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/README b/docs/examples/README
index 46f7321fb..ac58ad6f9 100644
--- a/docs/examples/README
+++ b/docs/examples/README
@@ -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!