MAGICKCORE-CONFIG(1) General Commands Manual MAGICKCORE-CONFIG(1) NAME MagickCore-config -- get information about the installed version of Image- Magick SYNOPSIS MagickCore-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version] DESCRIPTION The MagickCore-config utility prints the compiler and linker flags required to compile and link programs that use the ImageMagick Core Application Pro- grammer Interface. The following options are available: --cppflags, --cflags, --cxxflags Print the compiler flags that are needed to find the Image- Magick(1) C include files and defines to ensure that the Image- Magick data structures match between your program and the in- stalled libraries. --prefix, --exec-prefix Print the directory under which target specific binaries and executables are installed. --ldflags, --libs Print the linker flags that are needed to link with the Image- Magick(1) library. --version Print the version of the ImageMagick(1) distribution to stan- dard output. --coder-path Print the path where the ImageMagick(1) coder modules are in- stalled. --filter-path Print the path where the ImageMagick(1) filter modules are in- stalled. EXAMPLES To print the version of the installed distribution of ImageMagick use: MagickCore-config --version To compile a program that calls the ImageMagick(1) Application Programmer Interface, use: cc `MagickCore-config --cppflags --ldflags` program.c SEE ALSO ImageMagick(1) LICENSE ImageMagick is licensed with a derived Apache license 2.0. See https://imagemagick.org/license/ for more details. AUTHORS The ImageMagick suite and this manual page where written by Cristy, ImageMagick Studio LLC . GNU July 13, 2015 MAGICKCORE-CONFIG(1)