updating docs to reflect build system changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-05 20:33:16 +00:00
parent 89d96c130a
commit 75fcbf8e16
4 changed files with 97 additions and 57 deletions

View File

@@ -145,15 +145,9 @@ wxWindows/X11 requires the X11 library to be installed on your system.
wxWindows/X11 requires a thread library and X libraries known to work with
threads. This is the case on all commercial Unix-Variants and all
Linux-Versions that are based on glibc 2 except RedHat 5.0 which is broken in
many aspects. As of writing this, these Linux distributions have correct glibc
2 support:
many aspects. As of writing this, virtually all Linux distributions have
+correct glibc 2 support.
- RedHat 5.1
- Debian 2.0 and 3.0
- Stampede
- DLD 6.0
- SuSE 6.0
You can disable thread support by running
./configure --disable-threads
@@ -274,6 +268,10 @@ The following options handle the kind of library you want to build.
--disable-shared Do not create shared libraries.
--enable-monolithic Build wxWindows as single library instead
of as several smaller libraries (which is
the default since wxWindows 2.5.0).
--disable-optimise Do not optimise the code. Can
sometimes be useful for debugging
and is required on some architectures
@@ -336,6 +334,8 @@ are
--without-libjpeg Disables JPEG image format code.
{ --without-odbc Disables ODBC code. Not yet. }
--without-expat Disable XML classes based on Expat parser.
--disable-resources Disables the use of *.wxr type
resources.
@@ -367,6 +367,10 @@ Apart from disabling certain features you can very often "strip"
the program of its debugging information resulting in a significant
reduction in size.
Please see the output of "./configure --help" for comprehensive list
of all configurable options.
* Compiling
-----------
@@ -428,6 +432,12 @@ clean:
This is certain to become the standard way unless we decide
to stick to tmake.
If your application uses only some of wxWindows libraries, you can
specify required libraries when running wx-config. For example,
`wx-config --libs=html,core` will only output link command to link
with libraries required by core GUI classes and wxHTML classes. See
the manual for more information on the libraries.
2) The other way creates a project within the source code
directories of wxWindows. For this endeavour, you'll need
GNU autoconf version 2.14 and add an entry to your Makefile.in