logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

yazpp-config - Script to get information about YAZ++.

Authors

IndexData

yazpp                                              04/29/2016                                    YAZPP-CONFIG(1)

Description

yazpp-config is a script that returns information that your own software should use to build software
       that uses YAZ++.

       The following libraries are supported:

       zoom
           Report the zoompp library rather than yazpp.

Files

prefix/bin/yazpp-config

       prefix/lib/libyazpp*.a

       prefix/include/yazpp/*.h

Name

       yazpp-config - Script to get information about YAZ++.

Options

       --prefix[=DIR]
           Returns prefix of YAZ++ or assume a different one if DIR is specified.

       --version
           Returns version of YAZ++.

       --libs
           Library specification be used when using YAZ++.

       --lalibs
           Return Libtool library specification.

       --cflags
           Return C++ Compiler flags.

See Also

yaz(7)

       Section "How to make apps using YAZ on UNIX" in the YAZ manual.

Synopsis

yazpp-config [--prefix[=DIR]] [--version] [--libs] [--lalibs] [--cflags] [libraries...]

See Also