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
|
<html><head><meta charset="ISO-8859-1"><title>idzebra-config</title><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"><link rel="home" href="index.html" title="Zebra - User's Guide and Reference"><link rel="up" href="reference.html" title="Reference"><link rel="prev" href="zebrasrv.html" title="zebrasrv"><link rel="next" href="idzebra-abs2dom.html" title="idzebra-abs2dom"></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">idzebra-config</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="zebrasrv.html">Prev</a></td><th width="60%" align="center">Reference</th><td width="20%" align="right"><a accesskey="n" href="idzebra-abs2dom.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="idzebra-config"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>idzebra-config — Script to get information about idzebra</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">idzebra-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">--tab</code>] [<code class="option">--modules</code>] [libraries...]</p></div></div><div class="refsect1"><a name="id7661"></a><h2>DESCRIPTION</h2><p>
<span class="command"><strong>idzebra-config</strong></span> is a script that returns information
that your own software should use to build software that uses idzebra.
</p><p>
The following libraries are supported:
</p><p>
None
</p></div><div class="refsect1"><a name="id7667"></a><h2>OPTIONS</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">--prefix[=<em class="replaceable"><code>DIR</code></em>]</span></dt><dd><p>
Returns prefix of idzebra or assume a different one if DIR is
specified.
</p></dd><dt><span class="term">--version</span></dt><dd><p>
Returns version of idzebra.
</p></dd><dt><span class="term">--libs</span></dt><dd><p>
Library specification be used when linking with idzebra.
</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">--tab</span></dt><dd><p>
Return directory of idzebra tables.
</p></dd><dt><span class="term">--modules</span></dt><dd><p>
Return directory for <span class="application">Zebra</span> modules.
</p></dd></dl></div></div><div class="refsect1"><a name="id7700"></a><h2>FILES</h2><p>
<code class="filename">/usr/bin/idzebra-config-2.0</code>
</p><p>
<code class="filename">/usr/lib/libidzebra*2.0.a</code>
</p><p>
<code class="filename">/usr/include/idzebra-2.0/idzebra/*.h</code>
</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="zebrasrv.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="idzebra-abs2dom.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">zebrasrv</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">idzebra-abs2dom</td></tr></table></div></body></html>
|