File: yaz-config.html

package info (click to toggle)
yaz 4.2.30-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 15,120 kB
  • ctags: 13,367
  • sloc: xml: 119,746; ansic: 66,073; sh: 11,795; tcl: 2,125; makefile: 1,308; yacc: 371
file content (33 lines) | stat: -rw-r--r-- 3,971 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>yaz-config</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="YAZ User's Guide and Reference"><link rel="up" href="reference.html" title="Reference"><link rel="prev" href="yaz-ztest.html" title="yaz-ztest"><link rel="next" href="yaz.html" title="yaz"></head><body><link rel="stylesheet" type="text/css" href="common/style1.css"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">yaz-config</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="yaz-ztest.html">Prev</a></td><th width="60%" align="center">Reference</th><td width="20%" align="right"><a accesskey="n" href="yaz.html">Next</a></td></tr></table><hr></div><div class="refentry" title="yaz-config"><a name="yaz-config"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>yaz-config &#8212; Script to get information about YAZ.</p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">yaz-config</code>  [<code class="option">--prefix[=<em class="replaceable"><code>DIR</code></em>]</code>] [<code class="option">--version</code>] [<code class="option">--libs</code>] [<code class="option">--lalibs</code>] [<code class="option">--cflags</code>] [<code class="option">--comp</code>] [<code class="option">-V</code>] [libraries...]</p></div></div><div class="refsect1" title="DESCRIPTION"><a name="idp11791664"></a><h2>DESCRIPTION</h2><p>
   <span class="command"><strong>yaz-config</strong></span> is a script that returns information
   that your own software should use to build software that uses YAZ.
  </p><p>
   The following libraries are supported:
  </p><div class="variablelist"><dl><dt><span class="term">threads</span></dt><dd><p>
      Use the threaded version of YAZ.
     </p></dd></dl></div></div><div class="refsect1" title="OPTIONS"><a name="idp11795744"></a><h2>OPTIONS</h2><div class="variablelist"><dl><dt><span class="term">--prefix[=<em class="replaceable"><code>DIR</code></em>]</span></dt><dd><p>
      Returns prefix of YAZ or assume a different one if DIR is
      specified.
     </p></dd><dt><span class="term">--version</span></dt><dd><p>
      Returns version of YAZ.
     </p></dd><dt><span class="term">--libs</span></dt><dd><p>
      Library specification be used when using YAZ.
     </p></dd><dt><span class="term">--lalibs</span></dt><dd><p>
      Return library specification.
     </p></dd><dt><span class="term">--cflags</span></dt><dd><p>
      Return C Compiler flags.
     </p></dd><dt><span class="term">--comp</span></dt><dd><p>
      Returns full path to YAZ' ASN.1 compiler: yaz-asncomp.
     </p></dd><dt><span class="term">-V</span></dt><dd><p>
      veturns YAZ SHA1 ID (from Git) and version.
     </p></dd></dl></div></div><div class="refsect1" title="FILES"><a name="idp11806832"></a><h2>FILES</h2><p>
   <code class="filename">/usr/local/bin/yaz-config</code>
  </p><p>
   <code class="filename">/usr/local/lib/libyaz*.a</code>
  </p><p>
   <code class="filename">/usr/local/include/yaz/*.h</code>
  </p></div><div class="refsect1" title="SEE ALSO"><a name="idp11810768"></a><h2>SEE ALSO</h2><p>
   yaz(7)
  </p><p>
   Section "How to make apps using YAZ on UNIX" in the YAZ manual.
  </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="yaz-ztest.html">Prev</a></td><td width="20%" align="center"><a accesskey="u" href="reference.html">Up</a></td><td width="40%" align="right"><a accesskey="n" href="yaz.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">yaz-ztest</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">yaz</td></tr></table></div></body></html>