Copyright (C) 2000-2012 |
Manpages Wand-ConfigSection: User Commands (1)Updated: 2 May 2002 Index Return to Main Contents NAMEWand-config - get information about the installed version of the Magick WandSYNOPSISWand-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version]DESCRIPTIONWand-config prints the compiler and linker flags required to compile and link programs that use the Wand Application Programmer Interface.EXAMPLESTo print the version of the installed distribution of Wand, use:
Wand-config --version To compile a program that calls the Wand Application Programmer Interface, use:
cc `Wand-config --cflags --cppflags --ldflags --libs` program.c OPTIONS
COPYRIGHTSee http://www.imagemagick.org/www/Copyright.htmlAUTHORSJohn Cristy, ImageMagick Studio LLC
IndexThis document was created by man2html, using the manual pages. Time: 11:04:19 GMT, November 06, 2024 |