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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
.\"Generated by db2man.xsl. Don't modify this, modify the source.
.de Sh \" Subsection
.br
.if t .Sp
.ne 5
.PP
\fB\\$1\fR
.PP
..
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Ip \" List item
.br
.ie \\n(.$>=3 .ne \\$3
.el .ne 3
.IP "\\$1" \\$2
..
.TH "OPENSC-CONFIG" 1 "" "" "OpenSC"
.SH NAME
opensc-config \- a tool to get information about the installed version of OpenSC
.SH "SYNOPSIS"
.PP
\fBopensc\-config\fR [OPTIONS]
.SH "DESCRIPTION"
.PP
\fBopensc\-config\fR is a tool that is used to get various information about the installed version of OpenSC\&. It is particularly useful in determining compiler and linker flags necessary to build programs with the OpenSC libraries\&.
.SH "OPTIONS"
.PP
\fBopensc\-config\fR accepts the following options:
.TP
\fB\-\-version\fR
Print the installed version of OpenSC to standard output\&.
.TP
\fB\-\-libs\fR
Print the linker flags that are needed to compile a program to use the OpenSC libraries\&.
.TP
\fB\-\-cflags\fR
Print the compiler flags that are needed to compile a program to use the OpenSC libraries\&.
.TP
\fB\-\-prefix=PREFIX\fR
If specified, use PREFIX instead of the installation prefix that OpenSC was built with when computing 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\&.
.TP
\fB\-\-exec\-prefix=PREFIX\fR
If specified, use PREFIX instead of the installation 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\&.
.SH "SEE ALSO"
.PP
opensc(7)
|