docs:mac:builds:curlpp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:mac:builds:curlpp [2008/07/11 23:46] billhdocs:mac:builds:curlpp [2008/08/03 00:25] (current) – external edit 127.0.0.1
Line 19: Line 19:
   * make sure to link against curlpp, but also against curl<code>   * make sure to link against curlpp, but also against curl<code>
 g++ -o myprog -lcurlpp -lcurl myprog.cpp g++ -o myprog -lcurlpp -lcurl myprog.cpp
 +</code>
 +  * you can see correct compile and link flags with these<code>
 +curlpp-config --cflags
 +curlpp-config --libs
 </code> </code>
  
  
  • docs/mac/builds/curlpp.1215841602.txt.gz
  • Last modified: 2008/08/03 00:25
  • (external edit)