FIX: NOBUG_LOG env parsing error
[nobug.git] / doc / whichlibrary.txt
blob170797b54068995288610054849cc9a9371810c0
1 HEAD~ Link Appropriate Library;;
3 Finally, the appropriate library (for either single or multi-threaded
4 applications) is linked to the project.
6    *libnobug*:: Link-in this library for single threaded applications.
7    *libnobugmt*:: Link with this library for multi-threaded applications.
9 NoBug installed static and dynamic libraries. When your application
10 uses multiple dynamic libraries which use NoBug or you build a dynamic
11 library, then you have to link against the dynamic library.
13 You can use the `pkg-config` tool to gather information about NoBug in
14 your build system. For example you can query the NoBug version which is
15 installed on your system:
17  $ pkg-config --modversion nobug
18  201006.1