sanjaya 2004/04/25 23:33:05
Modified: targets/axis/cpp lininstall-guide.html lininstall-guide.pdf Log: changes to release 1.1 Revision Changes Path 1.9 +8 -4 ws-site/targets/axis/cpp/lininstall-guide.html Index: lininstall-guide.html =================================================================== RCS file: /home/cvs/ws-site/targets/axis/cpp/lininstall-guide.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- lininstall-guide.html 21 Apr 2004 12:07:35 -0000 1.8 +++ lininstall-guide.html 26 Apr 2004 06:33:05 -0000 1.9 @@ -356,9 +356,9 @@ <div class="h3"> <h3>Installing Xerces-c</h3> </div> -<p>You can get expat from the uri <a href="http://www.xml.apache.org/xerces-c/download.cgi">http://www.xml.apache.org/xerces-c/download.cgi</a> +<p>You can get xercesc from the uri <a href="http://www.xml.apache.org/xerces-c/download.cgi">http://www.xml.apache.org/xerces-c/download.cgi</a> <br> -<br>You have to follow the the expat installation giude to install it.<br> +<br> You have to follow the the xercesc installation giude to install it.<br> <br> </p> <p> @@ -420,10 +420,14 @@ <p> <strong>$ cp -f <apacheinstdirectory>/include/* $AXISCPP_HOME/include/apache1_3/</strong> </p> -<p>Copy the expat include files</p> +<p>If you are using expat parser copy the expat include files</p> <p> <strong>$ cp -f <expatinstdirectory>/include/expat.h $AXISCPP_HOME/include/expat/</strong> </p> +<p>If you are using xercesc parser copy the xercesc include files</p> +<p> +<strong>$ cp -rf <xercescinstdirectory>/include/* $AXISCPP_HOME/include/xercesc/</strong> +</p> <p> <strong>$ cd $AXISCPP_HOME</strong> </p> @@ -470,7 +474,7 @@ <strong>cp -f Makefile.am_expat Makefile.am</strong> </p> <p>If you are using Xerces-c parser do the following</p> -<p>set <strong>XERCES_HOME</strong>="<Your xercesc installation root folder>"</p> +<p>set <strong>XERCESC_HOME</strong>="<Your xercesc installation root folder>"</p> <p>set <strong>LD_LIBRARY_PATH="$XERCESC_HOME/lib"</strong> (do this in your .bash_profile)<br> <br> <strong>cp -rf $XERCESC_HOME/include/xercesc/* $AXISCPP_HOME/include/xercesc/</strong> 1.8 +77 -77 ws-site/targets/axis/cpp/lininstall-guide.pdf <<Binary file>>
