File: Wand-config.1

package info (click to toggle)
imagemagick 6%3A6.0.6.2-2.9
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 33,284 kB
  • ctags: 14,844
  • sloc: ansic: 190,790; cpp: 17,203; sh: 8,740; perl: 4,190; makefile: 1,740; tcl: 459
file content (69 lines) | stat: -rw-r--r-- 1,496 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.ad l
.nh
.TH Wand-Config 1 "2 May 2002" "Wand"
.SH NAME
Wand-config \- get information about the installed version of the Magick Wand
.SH SYNOPSIS
.B Wand-config 
.B [--cflags]
.B [--cppflags]
.B [--exec-prefix]
.B [--ldflags]
.B [--libs]
.B [--prefix]
.B [--version]
.SH DESCRIPTION
.B Wand-config
prints the compiler and linker flags required to compile and link programs
that use the
.BR Wand
Application Programmer Interface.
.SH EXAMPLES
To print the version of the installed distribution of
.BR Wand ,
use:

.nf
  Wand-config --version
.fi
  
To compile a program that calls the 
.BR Wand
Application Programmer Interface, use:

.nf
  cc `Wand-config --cflags --cppflags --ldflags --libs` program.c
.fi

.SH OPTIONS
.TP
.B --cflags
Print the compiler flags that were used to compile 
.BR libWand .
.TP
.B --cppflags
Print the preprocessor flags that are needed to find the
.B Wand
C include files and defines to ensure that the Wand data structures match between
your program and the installed libraries.
.TP
.B --exec-prefix
Print the directory under which target specific binaries and executables are installed.
.TP
.B --ldflags
Print the linker flags that are needed to link with the
.B Wand
library.
.TP
.B --libs
Print the linker flags that are needed to link a program with
.BR libWand .
.TP
.B --version
Print the version of the
.B Wand
distribution to standard output.
.SH COPYRIGHT
See http://www.imagemagick.org/www/Copyright.html
.SH AUTHORS
John Cristy, ImageMagick Studio LLC