Differences

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

Link to this comparison view

Next revision
Previous revision
docs:mac:builds:curlpp [2008/07/11 23:11] – created billhdocs:mac:builds:curlpp [2008/08/03 00:25] (current) – external edit 127.0.0.1
Line 15: Line 15:
 sudo make install sudo make install
 </code> </code>
 +
 +===== compiling programs with curlpp =====
 +  * make sure to link against curlpp, but also against curl<code>
 +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>
 +
 +
  • docs/mac/builds/curlpp.1215839476.txt.gz
  • Last modified: 2008/08/03 00:25
  • (external edit)