]> git.sur5r.net Git - bacula/bacula/commitdiff
Added *nix build note concerning --disable-universal. Thanks to Phil Stracchino.
authorNicolas Boichat <nicolas@boichat.ch>
Tue, 27 Apr 2004 16:25:17 +0000 (16:25 +0000)
committerNicolas Boichat <nicolas@boichat.ch>
Tue, 27 Apr 2004 16:25:17 +0000 (16:25 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1317 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/wx-console/BUILD

index 918dee4b38c13187a8cced66e383035788583a2d..993ba190b99316d2ce00b7c1798a3e50f8420e3b 100644 (file)
@@ -3,9 +3,10 @@ Windows/cygwin compiling notes:
  - Download latest depkgs-win32 code.
  - See <bacula-source>/src/win32/README.win32
 
-GTK/Linux compiling notes:
+GTK/Linux (and *nix) compiling notes:
  - Download www.wxwidgets.org wxWidgets code version 2.4.2
- - Build and install the above.
+ - Build and install the above using --disable-universal configure
+    option.
  - Use ./configure --enable-wx-console for the Bacula build
    It will then be built and installed automatically with the
    other programs.