Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

vdk-config - The VDK (2) C++ Library config script

Description

vdk-config-2 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 VDK(2). It is also used internally to the .m4 macros for
       GNU autoconf that are included with VDK(2).

Name

       vdk-config - The VDK (2)  C++ Library config script

Options

vdk-config accepts the following options:

       -v--version
               Print the currently installed version of VDK on the standard output.

       -h--help
               Print a short help on the standard output.

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

       --libs-only-L
               Print only the -L/-R part of the --libs.

       --libs-only-l
               Print only the -l part of the --libs.

       -c--cflags
               Print the compiler flags that are necessary to compile a VDK(2) program.

       -d--define
               Add to the compiler flags a -D_VDK_.

See Also

gtk-config-2.0(1),

Synopsis

vdk-config-2  [-v  --version]  [-h  --help] [-l --libs] [--libs-only-L] [--libs-only-l] [-c --cflags] [-d
       --define]

See Also