Search code examples
c++cppunit

installing CppUnit Libraries and CppUnit Includes


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?


Solution

  • sudo apt-get install libcppunit-dev
    

    This command installs library and headers.