From 5ea26f86eb5559d0b3ee8a96d1a3823f944a71a3 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 16 May 2003 14:39:57 +0000 Subject: [PATCH] Mention GNU Bison on Windows installataion --- doc/installation.xml | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/doc/installation.xml b/doc/installation.xml index 02d6c98..91ab15b 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,4 +1,4 @@ - + Compilation and Installation Introduction @@ -458,6 +458,22 @@ + HAVE_BISON, + BISON + + If GNU Bison is present, you might set HAVE_ICONV + to 1 and specify the Bison executable in BISON. + Bison is only required if you use the CVS version of + YAZ or if you modify the grammar for CQL + (cql.y). + + + GNU Bison for Windows is part of + unxutils. + + + + HAVE_ICONV, ICONV_DIR @@ -466,7 +482,7 @@ ICONV_DIR to the iconv source directory. - + HAVE_LIBXML2, LIBXML2_DIR @@ -479,7 +495,7 @@ - You can get libxml2 and iconv binaries from + Windows versions of libxml2 and iconv can be found here. -- 1.7.10.4