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