opensc-config
SYNOPSIS
opensc-config [OPTIONS]
DESCRIPTION
opensc-config is a tool that is used to get various infor
mation about the installed version of OpenSC. It is par
ticularly useful in determining compiler and linker flags
necessary to build programs with the OpenSC libraries.
OPTIONS
opensc-config accepts the following options:
--version
Print the installed version of OpenSC to standard
output.
--libs Print the linker flags that are needed to compile a
program to use the OpenSC libraries.
--cflags
Print the compiler flags that are needed to compile
a program to use the OpenSC libraries.
--prefix=PREFIX
If specified, use PREFIX instead of the installa
tion prefix that OpenSC was built with when comput
ing the output for the --cflags and --libs
options. This option is also used for the exec
prefix if --exec-prefix was not specified. This
option must be specified before any --libs or
--cflags options.
--exec-prefix=PREFIX
If specified, use PREFIX instead of the installa
tion exec prefix that OpenSC was built with when
computing the output for the --cflags and --libs
options. This option must be specified before any
--libs or --cflags options.
SEE ALSO
opensc(7)
AUTHORS
opensc-config was written by Juha Yrjölä
<juha.yrjola@iki.fi>. This manpage was contributed by Joe
Phillips <joe.phillips@innovationsw.com> for the Debian
GNU/Linux system (but may be used by others).
|