Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docs:mac:builds:curlpp [2008/07/11 23:46] – billh | docs: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< | * make sure to link against curlpp, but also against curl< | ||
g++ -o myprog -lcurlpp -lcurl myprog.cpp | g++ -o myprog -lcurlpp -lcurl myprog.cpp | ||
+ | </ | ||
+ | * you can see correct compile and link flags with these< | ||
+ | curlpp-config --cflags | ||
+ | curlpp-config --libs | ||
</ | </ | ||