From: Nicolas Boichat Date: Tue, 27 Apr 2004 16:25:17 +0000 (+0000) Subject: Added *nix build note concerning --disable-universal. Thanks to Phil Stracchino. X-Git-Tag: Release-1.34.3~83 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2d03169aaf1a33c8f687243a0fecd8f84a6728bd;p=bacula%2Fbacula Added *nix build note concerning --disable-universal. Thanks to Phil Stracchino. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1317 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/wx-console/BUILD b/bacula/src/wx-console/BUILD index 918dee4b38..993ba190b9 100644 --- a/bacula/src/wx-console/BUILD +++ b/bacula/src/wx-console/BUILD @@ -3,9 +3,10 @@ Windows/cygwin compiling notes: - Download latest depkgs-win32 code. - See /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.