I'm trying to compile a software from source codes. In one compiling stage, I need to navigate the directory which holds CppUnit Libraries (e.g. /home/user/lib) and CppUnit Includes (e.g. /home/user/include). How can I install these CppUnits and navigate them into ubuntu 14.04?
sudo apt-get install libcppunit-dev
This command installs library and headers.