./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
g++ -o myprog -lcurlpp -lcurl myprog.cpp
curlpp-config --cflags curlpp-config --libs