installing CppUnit Libraries and CppUnit Includes

deepblue_86 picture deepblue_86 · Dec 28, 2015 · Viewed 7.1k times · Source

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?

Answer

Jepessen picture Jepessen · Dec 28, 2015
sudo apt-get install libcppunit-dev

This command installs library and headers.