1YAZ-CONFIG(8) [FIXME: manual] YAZ-CONFIG(8)
2
3
4
6 yaz-config - Script to get information about YAZ.
7
9 yaz-config [--prefix[=DIR]] [--version] [--libs] [--lalibs] [--cflags]
10 [--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 --comp
39 Returns full path to YAZ´ ASN.1 compiler: yaz-asncomp.
40
41 -V
42 veturns YAZ SHA1 ID (from Git) and version.
43
45 /usr/local/bin/yaz-config
46
47 /usr/local/lib/libyaz*.a
48
49 /usr/local/include/yaz/*.h
50
52 yaz(7)
53
54 Section "How to make apps using YAZ on UNIX" in the YAZ manual.
55
56
57
58YAZ 4.0.2 03/09/2010 YAZ-CONFIG(8)