]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/base/readme.txt
adapt to wx conventions for scroll wheel differences between horizontal and vertical...
[wxWidgets.git] / docs / base / readme.txt
index f3565323d9e7cdc7b4e92bc636e6602f6309715c..8e39d30598009c93d98562497aefa9b60856826b 100644 (file)
@@ -91,10 +91,6 @@ compiler you use.
 3. Installing under Unix/BeOS
 -----------------------------
 
 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.
 
 Please note that GNU make may be required to build wxBase, please use it if
 you get any errors from the native Unix make.
 
@@ -103,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
         % 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
         # ignore the error messages about missing samples
         % make
         % make install
@@ -112,7 +108,7 @@ You can also do:
 
         % mkdir base-debug
         % cd base-debug
 
         % 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.
         % make
 
 To build the sample then cd to samples/console and make there.
@@ -133,7 +129,7 @@ namely:
 
 * Usenet newsgroup comp.soft-sys.wxwindows
 
 
 * 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/
 
 
 * WWW page: http://www.wxwidgets.org/