--- parser3/INSTALL 2002/01/31 11:11:43 1.2 +++ parser3/INSTALL 2002/02/08 10:56:15 1.3 @@ -3,15 +3,19 @@ 1.What is the process to compile Parser3? - As most UNIX libraries Parser3 follows the "standard": + As most UNIX programs Parser3 follows the "standard": mkdir $D/parser3project cd $D/parser3project - gunzip -c parser3src.xxx.tar.gz | tar xvf - + gunzip -c parser3-x.x.tar.gz | tar xvf - + mv parser3-x.x parser3 cd parser3 ./configure --prefix=/usr/local make + That renaming is needed for SQL drivers to be able to find + necessary include-file in Parser3 sources. + By default your would get 'parser3' binary without support of these features: * cache(hashfile class) * xml(xdoc and xnode classes) @@ -115,4 +119,4 @@ Alexandr Petrosian(PAF) -$Id: INSTALL,v 1.2 2002/01/31 11:11:43 paf Exp $ +$Id: INSTALL,v 1.3 2002/02/08 10:56:15 paf Exp $