====== CURLPP ====== ===== Installation and use ===== * Download it from: https://github.com/jpbarrette/curlpp * Use ''.configure'' if it fails it could be because: * Boost: ''sudo apt-get install libboost-all-dev'' * Libcurl: ''sudo apt-get install libcurl4-openssl-dev'' * Use ''make'' * Use ''sudo make install'' If you compile the examples with: g++ example01.cpp -L../src/curlpp/ -lcurlpp -lcurl You should do this before: ''export LD_LIBRARY_PATH=../src/curlpp:$LD_LIBRARY_PATH''. O ''/usr/local/lib/''