1OPENSC-CONFIG(1)                 OpenSC tools                 OPENSC-CONFIG(1)
2
3
4

NAME

6       opensc-config - a tool to get information about the installed version
7       of OpenSC
8

SYNOPSIS

10       opensc-config [OPTIONS]
11

DESCRIPTION

13       opensc-config is a tool that is used to get various information about
14       the installed version of OpenSC. It is particularly useful in
15       determining compiler and linker flags necessary to build programs with
16       the OpenSC libraries.
17

OPTIONS

19       opensc-config accepts the following options:
20
21       --version
22           Print the installed version of OpenSC to standard output.
23
24       --libs
25           Print the linker flags that are needed to compile a program to use
26           the OpenSC libraries.
27
28       --cflags
29           Print the compiler flags that are needed to compile a program to
30           use the OpenSC libraries.
31
32       --prefix=PREFIX
33           If specified, use PREFIX instead of the installation prefix that
34           OpenSC was built with when computing the output for the --cflags
35           and --libs options. This option is also used for the exec prefix if
36           --exec-prefix was not specified. This option must be specified
37           before any --libs or --cflags options.
38
39       --exec-prefix=PREFIX
40           If specified, use PREFIX instead of the installation exec prefix
41           that OpenSC was built with when computing the output for the
42           --cflags and --libs options. This option must be specified before
43           any --libs or --cflags options.
44

SEE ALSO

46       opensc(7)
47
48
49
50opensc                            02/16/2010                  OPENSC-CONFIG(1)
Impressum