]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/wx-console/BUILD
a9cf4e0cc91156cc8ff55629f273c3234e631658
[bacula/bacula] / bacula / src / wx-console / BUILD
1 General compiling notes:
2  - Fetch latest bacula sources from CVS or bacula-1.34.0 source
3    tarball, configure and build it.
4  - Extract bacula-wx-gui.tar.gz in bacula/src directory.
5
6 Windows/cygwin compiling notes:
7  - Build and install wxWindows from sources
8    (http://www.wxwindows.org/).  I'm not sure it's necessary but
9    this is how I get the thing to work.
10  - In bacula/src/wx-console/Makefile.win, modify every
11    occurrence of "J:/cygwin" with the path where cygwin is install
12    on your system
13  ~ Build bacula-wx-gui with "make -f Makefile.win" in bacula/src/wx-console
14
15 GTK/Linux compiling notes:
16  - Comment out "new" and "delete" operator definitions in
17    bacula/src/lib/smartall.c (lines 501-511), because these
18    overloads seem to produce segmentation faults with wxWindows, and
19    do "make" again in bacula/src/lib
20  - Build bacula-wx-gui with "make all" in bacula/src/wx-console