Getting the Code
#######################
you can get the code from
http://zeiberbude.sourceforge.net


Requirements
########################
zeiberbude
 - QT 3.x

zbdesk-x11
 - XFree-devel
 - libxml2

zbdesk-win32
 - libxml2
 (there is an installer available)

Compiling
########################
zeiberbude

$ qmake zeiberbude.pro
$ make
$ make install
$ cp config.xml db.xml /usr/local/share/zeiberbude
$ chmod 666 /usr/local/share/zeiberbude/db.xml

install paths are
 /usr/local/bin - the binary
 /usr/local/share/zeiberbude - the translations and configuration files
 /usr/local/info - the documentation


zbdesk-x11

$ cd clients/x11
$ make
$ make install

install paths are
 /usr/local/bin - the binary


zbdesk-win32

there is an installer for the windows platforms
in the directory clients/win

