Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. * download source from http://rrette.com/textpattern/index.php?s=cURLpp * build as follows<code> ./configure --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info --without-boost copy and change the following line in Makefile (we are removing the reference to examples because even with the --without-boost parameter, there are build errors if you don't have it) #SUBDIRS = utilspp curlpp examples doc SUBDIRS = utilspp curlpp doc make sudo make install </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.txt Last modified: 2008/08/03 00:25by 127.0.0.1