1 .TH wxWindows 1 "15 Feb 2000" "wxGTK 2.2"
3 wx-config - script to get information about the installed version of wxGTK
8 [\-\-version] [\-\-libs] [\-\-cflags] [\-\-cc] [\-\-cxx] [\-\-ld]
9 [\-\-prefix\fI[=DIR]\fP] [\-\-exec\-prefix\fI[=DIR]\fP]
13 \fIwx-config\fP is a tool used to determine the compiler and
14 linker flags that should be used to compile and link programs
19 \fIwx-config\fP accepts the following options:
22 Report the currently installed version of \fIwxGTK\fP.
25 Output the linker flags necessary to link a \fIwxGTK\fP program.
28 Output the compiler flags necessary to compile a \fIwxGTK\fP program.
31 Output the name of the C compiler \fB$(CC)\fP.
34 Output the name of the C++ compiler \fB$(CXX)\fP.
37 Output the Linker command \fB$(LD)\fP.
40 If specified, use PREFIX instead of the installation prefix that \fIwxGTK\fP
41 was built with when computing the output for the \-\-cflags and
42 \-\-libs options. This option is also used for the exec prefix
43 if \-\-exec\-prefix was not specified. This option must be specified
44 before any \-\-libs or \-\-cflags options.
46 (Translation: this is the root path to the \fIwxGTK\fP headers -- [Ron])
48 .B \-\-exec\-prefix=PREFIX
49 If specified, use PREFIX instead of the installation exec prefix that
50 \fIwxGTK\fP was built with when computing the output for the \-\-cflags
51 and \-\-libs options. This option must be specified before any
52 \-\-libs or \-\-cflags options.
54 (Translation: this is the root path to the \fIwxGTK\fP library -- [Ron])
58 This manpage was copied whole-heartedly from the \fBgtk-config\fP(1) manpage
59 by Brian Bassett <brianb@debian.org> for the Debian GNU/Linux distribution of
60 wxGTK. It was then updated to include new options and otherwise kicked about
61 generally by Ron Lee <ron@debian.org>
63 The original gtk-config manpage copyright:
65 Copyright \(co 1995 Spencer Kimball and Peter Mattis
67 Permission to use, copy, modify, and distribute this software and its
68 documentation for any purpose and without fee is hereby granted,
69 provided that the above copyright notice appear in all copies and that
70 both that copyright notice and this permission notice appear in
71 supporting documentation.