GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MAGICKCORE-CONFIG(1) FreeBSD General Commands Manual MAGICKCORE-CONFIG(1)

MagickCore-config
get information about the installed version of ImageMagick

MagickCore-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version]

The MagickCore-config utility prints the compiler and linker flags required to compile and link programs that use the ImageMagick Core Application Programmer Interface.

The following options are available:

, --cflags, --cxxflags
Print the compiler flags that are needed to find the ImageMagick(1) C include files and defines to ensure that the ImageMagick data structures match between your program and the installed libraries.
, --exec-prefix
Print the directory under which target specific binaries and executables are installed.
, --libs
Print the linker flags that are needed to link with the ImageMagick(1) library.
Print the version of the ImageMagick(1) distribution to standard output.
Print the path where the ImageMagick(1) coder modules are installed.
Print the path where the ImageMagick(1) filter modules are installed.

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

ImageMagick(1)

ImageMagick is licensed with a derived Apache license 2.0. See http://imagemagick.org/script/license.php for more details.

The ImageMagick suite and this manual page where written by Cristy, ImageMagick Studio LLC <development-team@imagemagick.org>.
July 13, 2015 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.