Quiz: Digression: pkg-config, CMake, and Other Development Files
Check your understanding of pkg-config, CMake, and other development files.
We'll cover the following...
We'll cover the following...
Quiz on pkg-config
, CMake
, and other development files
1.
(Select all that apply.) What is the use of tools like pkg-config
?
A.
They ease development workflow because developers of a package don’t have to know all transitive dependencies of their dependencies.
B.
They automatically discover all dependencies required by a package.
C.
They make it possible to deploy packages on systems with different configurations of the dependencies of a given package.
1 / 3