Thursday, May 19, 2005

installing webdruid

Download latest version
wget http://www.webdruid.org/download/source/webdruid-0.5.4.tar.bz2
tar -jxvf webdruid-0.5.4.tar.bz2

Make shure you have an gcc compiler ;)
On windows is an problem (solved by cygwin)
./configure --prefix=/opt/webdruid

If you get this error
configure: error: Your system doesn't support gettext. Aborting!
Start checking requirments ;) reading INSTALL file
" - zlib (1.2.1)
- the GD graphics library version (>= 1.8.4)
- Freetype 2 (2.1.7)
- Freefont package: http://savannah.nongnu.org/projects/freefont/
The FreeSerif font from this package is used by default by The WebDruid.
You should get the fonts at the above URL and unpack them in the
/usr/share/fonts/truetype/freefont directory.
- a gettext compatible C library (recent GNU libc is Ok) OR an external libintl library
- an iconv compatible C library (recent GNU libc is Ok) OR an external libiconv library
- Berkeley DB 3 (3.2.9) - OPTIONAL
- graphviz (1.10) - OPTIONAL"

Now if nice graphs are needed - download graphvis source code and
configure it

http://www.graphviz.org/Download..php

wget http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-2.2.1.tar.gz

Configured with
./configure --prefix=/opt/graphviz

Then stumbled upon dynamic library building error

No comments: