From: Mike Taylor Date: Mon, 20 Mar 2006 09:30:13 +0000 (+0000) Subject: Documentation only. X-Git-Tag: before.bug.529~213 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=1159610ba48547a9af5275cbfb7df457b58a5b0c Documentation only. --- diff --git a/buildconf.sh b/buildconf.sh index d409b79..e69ea5f 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.14 2006-02-07 00:17:44 adam Exp $ +# $Id: buildconf.sh,v 1.15 2006-03-20 09:30:13 mike Exp $ set -x dir=`aclocal --print-ac-dir` aclocal -I . @@ -64,5 +64,10 @@ Or just build the Debian packages without configuring When building from a CVS checkout, you need these Debian tools: docbook-utils, docbook, docbook-xml, docbook-dsssl, jade, jadetex, libyaz-dev, libexpat1-dev, libtcl8.3-dev, libbz2-dev +and if you want the Alvis/XSLT filter, you also need: + libxslt1-dev + +To build against a YAZ in an adjacent dirctory, use: + CFLAGS="-g -O0" LDFLAGS="-L`pwd`/../yaz/src/.libs" CPPFLAGS="-I../yaz/include" ./configure EOF fi