installing CppUnit Libraries and CppUnit Includes
Asked Answered
G

1

5

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?

Gazette answered 28/12, 2015 at 19:50 Comment(0)
F
12
sudo apt-get install libcppunit-dev

This command installs library and headers.

Feoffee answered 28/12, 2015 at 20:14 Comment(2)
I've done it. When I run apt-cache policy libcppunit-dev; I got Installed: 1.13.1-2ubuntu1 Candidate: 1.13.1-2ubuntu1 but when I run locate libcppunit, I got nothing. How can I navigate CppUnit Libraries and CppUnit Includes?Gazette
here you can find the list of files installed by the package.Feoffee

© 2022 - 2024 — McMap. All rights reserved.