From 96f11822e640c404d9bbd8508b40c8a76996580a Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 5 Jul 2011 12:49:49 +0100 Subject: [PATCH] Note the need for libboost-regex-dev --- buildconf.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/buildconf.sh b/buildconf.sh index 656f4cf..8c546d3 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -108,6 +108,7 @@ When building from Git, you need these Debian packages: xsltproc docbook docbook-xml docbook-xsl inkscape libxslt1-dev libgnutls-dev libreadline5-dev libicu-dev libboost-dev libboost-thread-dev libboost-test-dev + libboost-regex-dev And if you want to make a Debian package: dpkg-dev fakeroot debhelper (Then run "dpkg-buildpackage -rfakeroot" in this directory.) -- 1.7.10.4