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

gpgme-config - script to get information about the installed version of GPGME

Authors

       The  GPGME  library  is  written  by  many  contributors,  including Werner Koch, Marcus Brinkmann, Andre
       Heinecke, Justus Winter, and Karl-Heinz Zimmer.

       This manual page page was written by JoseCarlosGarciaSogo  <jsogo@debian.org>  and  DanielLeidert
       <daniel.leidert@wgdd.de> for the Debian distribution (but may be used by others).

Bugs

       Please report bugs to <https://bugs.gnupg.org>.

Description

gpgme-config is a tool that is used to configure to determine the compiler and linker flags  that  should
       be used to compile and link programs that use GPGME. It is also used internally to the .m4 macros for GNU
       autoconf that are included with GPGME.

Name

       gpgme-config - script to get information about the installed version of GPGME

Options

gpgme-config accepts the following options:

       --api-version
              Print the currently installed API version of GPGME to standard output.

       --cflags
              Print the compiler flags that are necessary to compile a GPGME program.

       --exec-prefix
              Print the exec prefix that was used to configure the GPGME build.

       --get-gpg
              Print the path to the gpg(1) binary used to configure the GPGME build.

       --get-gpgsm
              Print the path to the gpgsm(1) binary used to configure the GPGME build.

       --host Print host information.

       --libs Print the linker flags that are necessary to link a GPGME program.

       --prefix
              Print the prefix that was used to configure the GPGME build.

       --thread=pthread
              Switch for the --cflags and --libs options for the thread-enabled GPGME version.

       --version
              Print the currently installed version of GPGME to standard output.

See Also

gpgme-tool(1), /usr/include/gpgme.h, infogpgme

gpgme                                             08 July 2012                                          GPGME(1)

Synopsis

gpgme-config  [--api-version]  [--cflags]  [--exec-prefix]  [--get-gpg]  [--get-gpgsm]  [--host] [--libs]
       [--prefix] [--thread=pthread] [--version]

See Also