Scroll to navigation

Magick++-Config(1) General Commands Manual Magick++-Config(1)

NAME

GraphicsMagick++-config - get information about the installed version of Magick++

SYNOPSIS

GraphicsMagick++-config [--cppflags] [--cxxflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version]

DESCRIPTION

GraphicsMagick++-config prints the compiler and linker flags required to compile and link programs that use the GraphicsMagick C++ Application Programmer Interface (known as Magick++ ).

EXAMPLES

To print the version of the installed distribution of Magick++, use:


GraphicsMagick++-config --version

To compile a program that calls the GraphicsMagick C++ Application Programmer Interface, use:


c++ `GraphicsMagick++-config --cxxflags --cppflags --ldflags --libs` program.cpp

OPTIONS

Print the preprocessor flags that are needed to find the GraphicsMagick C and C++ include files and defines to ensures that the GraphicsMagick data structures match between your program and the installed libraries.
Print the compiler flags that were used to compile libMagick++.
Print the directory under which target specific binaries and executables are installed.
Print the linker flags that are needed to link with the libMagick++ library.
Print the linker flags that are needed to link a program with libMagick++.
Print the directory under which the package is installed.
Print the version of the GraphicsMagick distribution to standard output.

COPYRIGHT

Copyright (C) 2002 GraphicsMagick Group Copyright (C) 2000 ImageMagick Studio

AUTHORS

Bob Friesenhahn, ImageMagick Studio

2 May 2002 GraphicsMagick