Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

graphicsmagickwand-config(1) [debian man page]

GraphicsMagick-Config(1)				      General Commands Manual					  GraphicsMagick-Config(1)

NAME
GraphicsMagickWand-config - get information about the installed version of GraphicsMagick SYNOPSIS
GraphicsMagickWand-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version] DESCRIPTION
GraphicsMagickWand-config prints the compiler and linker flags required to compile and link programs that use the GraphicsMagick Wand Application Programmer Interface. EXAMPLES
To print the version of the installed distribution of GraphicsMagick, use: GraphicsMagickWand-config --version To compile a program that calls the GraphicsMagick Wand Application Programmer Interface, use: cc `GraphicsMagickWand-config --cflags --cppflags --ldflags --libs` program.c OPTIONS
--cflags Print the compiler flags that were used to compile libGraphicsMagick. --cppflags Print the preprocessor flags that are needed to find the GraphicsMagick C include files and defines to ensure that the GraphicsMag- ick data structures match between your program and the installed libraries. --exec-prefix Print the directory under which target specific binaries and executables are installed. --ldflags Print the linker flags that are needed to link with the GraphicsMagickWand library. --libs Print the linker flags that are needed to link a program with libMagick. --version Print the version of the GraphicsMagick distribution to standard output. COPYRIGHT
Copyright (C) 2003 GraphicsMagick Group Copyright (C) 2002 ImageMagick Studio AUTHORS
Bob Friesenhahn GraphicsMagick 15 June 2003 GraphicsMagick-Config(1)

Check Out this Related Man Page

Wand-Config(1)						      General Commands Manual						    Wand-Config(1)

NAME
Wand-config - get information about the installed version of the Magick Wand SYNOPSIS
Wand-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version] DESCRIPTION
Wand-config prints the compiler and linker flags required to compile and link programs that use the Wand Application Programmer Interface. EXAMPLES
To 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
--cflags Print the compiler flags that were used to compile libWand. --cppflags Print the preprocessor flags that are needed to find the Wand C include files and defines to ensure that the Wand data structures match between your program and the installed libraries. --exec-prefix Print the directory under which target specific binaries and executables are installed. --ldflags Print the linker flags that are needed to link with the Wand library. --libs Print the linker flags that are needed to link a program with libWand. --version Print the version of the Wand distribution to standard output. COPYRIGHT
See http://www.imagemagick.org/script/license.php AUTHORS
John Cristy, ImageMagick Studio LLC Wand 2 May 2002 Wand-Config(1)
Man Page

We Also Found This Discussion For You

1. UNIX for Advanced & Expert Users

How to Find the OS version Installed

Hi, I wanted to know how can I get the version of underlying HP-OS installed on a HPUX workstation. The output required is "June 2001" version or "March 2003" version etc whatever OS is present. Thanx in advance for your help. Regards, Pankaj (3 Replies)
Discussion started by: pankschawla
3 Replies