1 .TH wx\-config 1 "29 Sep 2004" "Debian GNU/Linux" "wxWidgets"
4 wx-config \- wxWidgets configuration search and query tool
9 .B wx\-config [ OPTIONS ... ] [ LIB ... ]
13 returns information about the wxWidgets libraries available on your system.
14 It may be used to retrieve the information you require to build applications
15 using these libraries.
17 Changing the library options you wish to use for an application previously
18 involved managing alternative configurations by a system dependent means.
19 It is now possible to select from any of the configurations installed
20 on your system via this single tool. You can view all available
21 configurations installed in the system default prefix with the command
22 .I wx\-config \-\-list
23 and select from them by using the feature options described below.
25 Optional LIB arguments (comma or space separated) may be used to specify
26 individually the wxWidgets component libraries that you wish to use,
27 or to specify additional components not ususally included by default.
30 may be used to import all libraries that would be used by default if none
31 were specified explicitly.
34 .I wx-config --libs std,gizmos
39 \fIwx\-config\fP accepts the following options with no restrictions on
40 their order as was required in previous releases:
43 These options change or query the filesystem root for the operations
47 .B \-\-prefix[=PREFIX]
48 Without the optional argument, the current default prefix will be
49 output. If the argument is supplied, PREFIX will be searched for
50 matching configs in place of the default. You may use both forms
53 .B \-\-exec\-prefix[=EXEC-PREFIX]
54 Similar to \-\-prefix, but acts on the exec-prefix. If not specified
55 will default to the value of prefix.
58 These options return information about the wxWidgets default version
59 and and installed alternatives.
62 List all configs in prefix and show those that match any additional
63 feature options given.
66 Output the wxWidgets release number.
69 Output the wxWidgets version number in all its glory.
72 Output the base name of the wxWidgets libraries.
75 These options select features which determine which wxWidgets
80 Specify a (posix extended) regex of host aliases to match for cross
81 compiled configurations. eg. \-\-host=i586-mingw32msvc, \-\-host=.*
82 If unspecified, the default is to match only configurations native to
85 .B \-\-toolkit=TOOLKIT
86 Specify a (posix extended) regex of the toolkits to match.
87 The toolkit is responsible for look and feel of the compiled
88 application. eg. gtk, gtk2, motif, msw.
89 If unspecified the default is to prefer the system default toolkit,
90 but to match any toolkit in the absence of a stricter specification.
92 .B \-\-version[=VERSION]
93 Without the optional argument, return the wxWidgets version. If the
94 argument is supplied it specifies a (posix extended) regex of the
95 versions to match. If unspecified the default is to prefer the system
96 default version, but to match any version in the absence of a stricter
99 .B \-\-unicode[=yes|no]]
100 Specify the default character type for the application.
101 If unspecified, the system default will be preferred, but any type may
102 match in the absence of a stricter specification.
104 .B \-\-debug[=yes|no]]
105 Specify whether to create a debug or release build for the application.
106 If unspecified, the system default (release) will be preferred, but any
107 type may match in the absence of a stricter specification.
108 Debug builds should never be uploaded to Debian, but are very useful
109 for finding certain common failure idioms. You are encouraged to use
110 them during active development of applications. They are not binary
111 compatible with the release libraries.
113 .B \-\-static[=yes|no]]
114 Specify whether to statically or dynamically link wxWidgets libraries
115 into your application. If unspecified, the system default (dynamic)
116 will be preferred, but any type may match in the absence of a stricter
117 specification. Static linking is mainly useful still for cross ports
118 not natively supported by Debian, and can be hazardous in conjunction
119 with the gtk toolkits. Note that static libraries are no longer supplied
120 in the wxGTK packages any more.
123 These options generate output required to build an application using
124 a particular wxWidgets configuration.
128 Output link flags required for a \fIwxWidgets\fP application.
131 Output parameters required by the C preprocessor.
134 Output parameters required by the C compiler.
137 Output parameters required by the C++ compiler.
140 Output the name of the C compiler \fB$(CC)\fP.
143 Output the name of the C++ compiler \fB$(CXX)\fP.
146 Output the linker command.
149 This manpage was written by Ron Lee <ron@debian.org> for the Debian GNU/Linux
150 distribution of wxWindows. It may be freely distributed by anyone who finds