From: Mike Taylor Date: Thu, 27 Nov 2008 16:07:23 +0000 (+0000) Subject: Add notes on required packages and building for Debian. X-Git-Tag: v3.0.40~27^2~1 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=a624e2e9e2271292147cb432411464bd5eab8da6 Add notes on required packages and building for Debian. --- diff --git a/buildconf.sh b/buildconf.sh index ee0d1be..5ce967c 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -103,6 +103,12 @@ When building from a CVS checkout, you need these Debian packages: xsltproc, docbook, docbook-xml, docbook-xsl, libxslt1-dev, libssl-dev, libreadline5-dev, libwrap0-dev, libpcap0.8-dev + +Also perhaps: libgnutls-dev libicu-dev + +And if you want to make a Debian package: dpkg-dev fakeroot debhelper +(Then run "dpkg-buildpackage -rfakeroot" in this directory.) + EOF fi if [ "`uname -s`" = FreeBSD ]; then