From 35a96b5ddd9350e3c8d3875fb6a18633dce1bf43 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 3 May 2006 12:03:35 +0000 Subject: [PATCH] Note another dependency --- buildconf.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/buildconf.sh b/buildconf.sh index 9ac1671..7275987 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.8 2006-05-03 11:27:48 mike Exp $ +# $Id: buildconf.sh,v 1.9 2006-05-03 12:03:35 mike Exp $ if automake --version|head -1 |grep '1\.[4-7]'; then echo "automake 1.4-1.7 is active. You should use automake 1.8 or later" @@ -77,6 +77,8 @@ When building from a CVS checkout, you need these Debian tools: docbook-dsssl, jade, jadetex, libxslt1-dev, libyazpp1-dev, libboost-thread-dev, libboost-date-time-dev, libboost-program-options-dev, libboost-test-dev +and for the image-processing needed to build the documentation: + inkscape EOF fi -- 1.7.10.4