]> granicus.if.org Git - curl/commitdiff
simplified the compile line even more
authorDaniel Stenberg <daniel@haxx.se>
Wed, 19 Jun 2002 12:31:49 +0000 (12:31 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 19 Jun 2002 12:31:49 +0000 (12:31 +0000)
docs/examples/README

index 46f7321fb995e90d6c7b306956e0861cbbc606f4..ac58ad6f9d1d015bb5c385aab5b67da0a6304030 100644 (file)
@@ -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!