]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/base/readme.txt
Fix configure check for gcc atomics on 32-bit x86.
[wxWidgets.git] / docs / base / readme.txt
index f9bae1acd86957dfed2e42371840319d59520284..8e39d30598009c93d98562497aefa9b60856826b 100644 (file)
@@ -51,7 +51,7 @@ or Unicode mode for a total of 8 possibilities.
 
 a) Using Visual C++ 6.0
 
-   Simply open the src/wxBase.dsw file in MSDEV and build it. When it is
+   Simply open the build/msw/wx_base.dsp file in MSDEV and build it. When it is
 done you can also open samples/console/console.dsp project and build it as
 well.
 
@@ -59,10 +59,14 @@ 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
-   runs but does not pass all tests (04 sept 02)
+   runs but does not pass all tests.
 
 d) Watcom
 
@@ -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/
 
@@ -137,8 +137,3 @@ namely:
  Hope you will find wxBase useful!
 
                                                                  Vadim Zeitlin
-
-
-This file is accurate for the version 2.5.1 of wxBase. It was last modified on
-Jan 22, 2003.
-