From 01721ccb6df2b6287446e47f63b28d0b20c60186 Mon Sep 17 00:00:00 2001 From: brodsom Date: Thu, 10 Jul 2003 15:36:59 +0000 Subject: [PATCH] Update --- doc/README.build.msvc.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/README.build.msvc.html b/doc/README.build.msvc.html index d67a53a1db..872909f44c 100644 --- a/doc/README.build.msvc.html +++ b/doc/README.build.msvc.html @@ -53,10 +53,11 @@ Author: Blas Rodriguez Somoza blas@puertareal.com
-

If you intend to modify the dsql parser file (parse.y) you will need a parser generator, bison or byacc (Berkeley yacc) and the sed utility. At this time byacc 1.9 is the official parser generator although in the future it will be switched to bison. The tested versions of byacc are 1.9 or newer and for bison 1.28 or newer.

-

If you intend to prepare an installable build, you will need innosetup and the sed utility.

+

If you intend to modify the dsql parser file (parse.y) you will need a parser generator, bison or byacc (Berkeley yacc). At this time byacc 1.9 is the official parser generator although in the future it will be switched to bison. The tested versions of byacc are 1.9 or newer and for bison 1.28 or newer.

+

If you intend to prepare an installable build, you will need innosetup.

To download the utilities use the following links