]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/wx-console/BUILD
Fix bugs 819 and 837
[bacula/bacula] / bacula / src / wx-console / BUILD
index a9cf4e0cc91156cc8ff55629f273c3234e631658..b8d0dd430865b6a0f41ee344e7ee18abf30cc7ae 100644 (file)
@@ -1,20 +1,14 @@
-General compiling notes:
- - Fetch latest bacula sources from CVS or bacula-1.34.0 source
-   tarball, configure and build it.
- - Extract bacula-wx-gui.tar.gz in bacula/src directory.
 
 Windows/cygwin compiling notes:
- - Build and install wxWindows from sources
-   (http://www.wxwindows.org/).  I'm not sure it's necessary but
-   this is how I get the thing to work.
- - In bacula/src/wx-console/Makefile.win, modify every
-   occurrence of "J:/cygwin" with the path where cygwin is install
-   on your system
- ~ Build bacula-wx-gui with "make -f Makefile.win" in bacula/src/wx-console
+ - Download latest depkgs-win32 code.
+ - See <bacula-source>/src/win32/README.win32
 
-GTK/Linux compiling notes:
- - Comment out "new" and "delete" operator definitions in
-   bacula/src/lib/smartall.c (lines 501-511), because these
-   overloads seem to produce segmentation faults with wxWindows, and
-   do "make" again in bacula/src/lib
- - Build bacula-wx-gui with "make all" in bacula/src/wx-console
+GTK/Linux (and *nix) compiling notes:
+ - Download www.wxwidgets.org wxWidgets code version 2.4.2
+ - Build and install the above using --disable-universal configure
+    option.
+ - Use ./configure --enable-bwx-console for the Bacula build
+   It will then be built and installed automatically with the
+   other programs.
+ - Edit the bwx-console.conf in the current directory to have the
+   correct values for your Director (name, IP address, password).