X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dcb39c53303d1ec6884f7bcd7bc9dc101e560e62..f04f570fd23deca0ee5ac90ebbda8fbe89f1b9e7:/docs/base/readme.txt diff --git a/docs/base/readme.txt b/docs/base/readme.txt index 55da64a1a5..8e39d30598 100644 --- a/docs/base/readme.txt +++ b/docs/base/readme.txt @@ -59,6 +59,10 @@ b) Cygwin Please refer to the Unix section below. + Note that gcc's precompiled headers do not work on current versions of + Cygwin. If your version of Cygwin is affected you will need to use the + --disable-precomp-headers configure option. + c) Borland Please refer to the docs/msw/install.txt. The console sample compiles and @@ -87,10 +91,6 @@ compiler you use. 3. Installing under Unix/BeOS ----------------------------- -NB: If you're building wxBase from the wxWidgets distribution and not from a - separate wxBase one you will need to add "--disable-gui" to configure - arguments below! - Please note that GNU make may be required to build wxBase, please use it if you get any errors from the native Unix make. @@ -99,7 +99,7 @@ The recommended way to build wxBase is: % cd ..../wxWidgets % mkdir base-release # or any other directory of your liking % cd base-release - % ../configure + % ../configure --disable-gui # ignore the error messages about missing samples % make % make install @@ -108,7 +108,7 @@ You can also do: % mkdir base-debug % cd base-debug - % ../configure --enable-debug + % ../configure --disable-gui --enable-debug % make To build the sample then cd to samples/console and make there. @@ -129,7 +129,7 @@ namely: * Usenet newsgroup comp.soft-sys.wxwindows -* Mailing lists: see http://lists.wxwindows.org/ for more information +* Mailing lists: see http://lists.wxwidgets.org/ for more information * WWW page: http://www.wxwidgets.org/