manpage -> man pages
[lttng-docs.git] / contents / using-lttng / instrumenting / c-application / building-linking / lttng-ust-pkg-config.md
CommitLineData
5e0cbfb0
PP
1---
2id: lttng-ust-pkg-config
3---
4
5On some distributions, LTTng-UST is shipped with a pkg-config metadata
6file, so that you may use the `pkg-config` tool:
7
8<pre class="term">
9pkg-config --libs lttng-ust
10</pre>
11
47bfcb75 12This prints `-llttng-ust -ldl` on Linux systems.
5e0cbfb0
PP
13
14You may also check the LTTng-UST version using `pkg-config`:
15
16<pre class="term">
17pkg-config --modversion lttng-ust
18</pre>
19
20For more information about pkg-config, see
5037eb52 21<a href="http://linux.die.net/man/1/pkg-config" class="ext">its man page</a>.
This page took 0.023088 seconds and 4 git commands to generate.