]> git.sur5r.net Git - bacula/docs/blob - docs/manual/requirements.tex
Final changes
[bacula/docs] / docs / manual / requirements.tex
1 %%
2 %%
3
4 \section*{System Requirements}
5 \label{_ChapterStart51}
6 \index[general]{System Requirements }
7 \index[general]{Requirements!System }
8 \addcontentsline{toc}{section}{System Requirements}
9
10 \label{SysReqs}
11
12 \subsection*{System Requirements}
13 \index[general]{System Requirements }
14 \index[general]{Requirements!System }
15 \addcontentsline{toc}{subsection}{System Requirements}
16
17 \begin{itemize}
18 \item {\bf Bacula} has been compiled and run on Linux RedHat, FreeBSD,  and
19    Solaris systems. 
20 \item It requires GNU C++ version 2.95 or higher to compile. You can try  with
21    other compilers and older versions, but you are on your own.  We have
22    successfully compiled and used Bacula on RH8.0/RH9/RHEL 3.0/FC3  with GCC 3.4.
23 Note, in general GNU C++ is a separate package (e.g.  RPM) from GNU C, so you
24 need them both loaded. On RedHat systems,  the C++ compiler is part of the
25 {\bf gcc-c++} rpm package. 
26 \item There are certain third party packages that Bacula needs.  Except for
27    MySQL and PostgreSQL, they can all be found in the  {\bf depkgs} and {\bf
28    depkgs1} releases. 
29 \item If you want to build the Win32 binaries, you will need a  Microsoft
30    Visual C++ compiler (or Visual Studio).  Although all components build
31    (console has  some warnings), only the File daemon has been tested. 
32 \item {\bf Bacula} requires a good implementation of pthreads to work.  This
33    is not the case on some of the BSD systems. 
34 \item The source code has been written with portability in mind and is  mostly
35    POSIX compatible. Thus porting to any POSIX compatible  operating system
36    should be relatively easy. 
37 \item The GNOME Console program is developed and tested under GNOME 2.x. It 
38    also runs under GNOME 1.4 but this version is deprecated and  thus no longer
39    maintained. 
40 \item The wxWidgets Console program is developed and tested with the latest 
41    stable ANSI or Unicode version of 
42    \elink{wxWidgets}{http://www.wxwidgets.org/} (2.6.1).  It works fine with the
43    Windows and GTK+-2.x version of wxWidgets, and should  also work on other
44    platforms supported by wxWidgets. 
45 \item The Tray Monitor program is developed for GTK+-2.x. It needs  Gnome less
46    or equal to 2.2, KDE greater or equal to 3.1 or any window manager supporting
47    the  
48    \elink{ FreeDesktop system tray
49    standard}{http://www.freedesktop.org/Standards/systemtray-spec}. 
50 \item If you want to enable command line editing and history, you will  need
51    to have /usr/include/termcap.h and either the termcap or the  ncurses library
52    loaded (libtermcap-devel or ncurses-devel). 
53 \item If you want to use DVD as backup medium, you will need to download the
54    \elink{dvd+rw-tools 5.21.4.10.8}{http://fy.chalmers.se/~appro/linux/DVD+RW/},
55    apply the \elink{patch}{http://cvs.sourceforge.net/viewcvs.py/*checkout*/bacula/bacula/patches/dvd+rw-tools-5.21.4.10.8.bacula.patch}
56    to make these tools compatible with Bacula, then compile and install them.
57    Do not use the dvd+rw-tools provided by your distribution, they will not work
58    with Bacula.
59 \end{itemize}