]> git.saurik.com Git - wxWidgets.git/blame - debian/wx-config.1
configure changes
[wxWidgets.git] / debian / wx-config.1
CommitLineData
f538864d 1.TH wxWindows 1 "15 Feb 2000" "wxGTK 2.2"
e4c4c1c6
RL
2.SH NAME
3wx-config - script to get information about the installed version of wxGTK
4.SH SYNOPSIS
5.nh
6.HP
7.B wx-config
8[\-\-version] [\-\-libs] [\-\-cflags] [\-\-cc] [\-\-cxx] [\-\-ld]
9[\-\-prefix\fI[=DIR]\fP] [\-\-exec\-prefix\fI[=DIR]\fP]
10.hy
11.SH DESCRIPTION
12.PP
13\fIwx-config\fP is a tool used to determine the compiler and
14linker flags that should be used to compile and link programs
15that use \fIwxGTK\fP.
16.
17.SH OPTIONS
18.l
19\fIwx-config\fP accepts the following options:
20.TP 8
21.B \-\-version
22Report the currently installed version of \fIwxGTK\fP.
23.TP 8
24.B \-\-libs
25Output the linker flags necessary to link a \fIwxGTK\fP program.
26.TP 8
27.B \-\-cflags
28Output the compiler flags necessary to compile a \fIwxGTK\fP program.
29.TP 8
30.B \-\-cc
31Output the name of the C compiler \fB$(CC)\fP.
32.TP 8
33.B \-\-cxx
34Output the name of the C++ compiler \fB$(CXX)\fP.
35.TP 8
36.B \-\-ld
37Output the Linker command \fB$(LD)\fP.
38.TP 8
39.B \-\-prefix=PREFIX
40If specified, use PREFIX instead of the installation prefix that \fIwxGTK\fP
41was built with when computing the output for the \-\-cflags and
42\-\-libs options. This option is also used for the exec prefix
43if \-\-exec\-prefix was not specified. This option must be specified
44before any \-\-libs or \-\-cflags options.
45.TP 8
46.B \-\-exec\-prefix=PREFIX
47If specified, use PREFIX instead of the installation exec prefix that
48\fIwxGTK\fP was built with when computing the output for the \-\-cflags
49and \-\-libs options. This option must be specified before any
50\-\-libs or \-\-cflags options.
51.SH SEE ALSO
52.BR gtk-config (1)
53.SH COPYRIGHT
54This manpage was copied whole-heartedly from the \fBgtk-config\fP(1) manpage
55by Brian Bassett <brianb@debian.org> for the Debian GNU/Linux distribution of
56wxGTK. It was then updated to include new options and otherwise kicked about
57generally by Ron Lee <ron@debian.org>
58
59The original gtk-config manpage copyright:
60
61Copyright \(co 1995 Spencer Kimball and Peter Mattis
62
63Permission to use, copy, modify, and distribute this software and its
64documentation for any purpose and without fee is hereby granted,
65provided that the above copyright notice appear in all copies and that
66both that copyright notice and this permission notice appear in
67supporting documentation.