1YAZ-CONFIG(1) Commands YAZ-CONFIG(1)
2
3
4
6 yaz-config - Script to get information about YAZ.
7
9 yaz-config [--prefix[=DIR]] [--version] [--libs] [--lalibs] [--cflags]
10 [--include] [--comp] [-V] [libraries...]
11
13 yaz-config is a script that returns information that your own software
14 should use to build software that uses YAZ.
15
16 The following libraries are supported:
17
18 threads
19 Use the threaded version of YAZ.
20
22 --prefix[=DIR]
23 Returns prefix of YAZ or assume a different one if DIR is
24 specified.
25
26 --version
27 Returns version of YAZ.
28
29 --libs
30 Library specification be used when using YAZ.
31
32 --lalibs
33 Return library specification.
34
35 --cflags
36 Return C Compiler flags.
37
38 --include
39 Return C compiler includes for YAZ header files (-Ipath).
40
41 --comp
42 Returns full path to YAZ' ASN.1 compiler: yaz-asncomp.
43
44 -V
45 Returns YAZ SHA1 ID (from Git) and version.
46
48 /usr/bin/yaz-config
49
50 /usr/lib/libyaz*.a
51
52 /usr/include/yaz/*.h
53
55 yaz(7)
56
57 Section "How to make apps using YAZ on UNIX" in the YAZ manual.
58
59
60
61YAZ 5.14.11 10/09/2015 YAZ-CONFIG(1)