You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by aj...@apache.org on 2007/03/15 12:48:12 UTC

svn commit: r518595 - /incubator/tuscany/cpp/sdo/GettingStarted.html

Author: ajborley
Date: Thu Mar 15 04:48:11 2007
New Revision: 518595

URL: http://svn.apache.org/viewvc?view=rev&rev=518595
Log:
Missing ZLIB_HOME env variable requirement from SDO windows build docs

Modified:
    incubator/tuscany/cpp/sdo/GettingStarted.html

Modified: incubator/tuscany/cpp/sdo/GettingStarted.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/GettingStarted.html?view=diff&rev=518595&r1=518594&r2=518595
==============================================================================
--- incubator/tuscany/cpp/sdo/GettingStarted.html (original)
+++ incubator/tuscany/cpp/sdo/GettingStarted.html Thu Mar 15 04:48:11 2007
@@ -133,7 +133,7 @@
               <LI>Extract the source tar package to a folder &lt;tuscany_sdo_install_dir&gt;</LI>
               <LI>The following environment variables are required:                                 
                 <UL>
-                  <LI>LIBXML2_INCLUDE=&lt;path to libxml2 includes&gt;                                      
+                  <LI>LIBXML2_INCLUDE=&lt;path to libxml2 includes&gt;</LI>                                      
                   <LI>LIBXML2_LIB=&lt;path to libxml2 lib&gt;<BR/>
                    Note: If you are using the default installation of libxml2 these are usually:<BR/>
                    LIBXML2_LIB=/usr/lib<BR/>
@@ -184,6 +184,7 @@
                 <UL>
                   <LI>LIBXML2_HOME=&lt;path to installed libxml2&gt;</LI>
                   <LI>ICONV_HOME=&lt;path to installed iconv&gt;</LI>
+                  <LI>ZLIB_HOME=&lt;path to installed zlib&gt;</LI>
                   <LI>Optional: AXIS2C_HOME=&lt;path to axis2c version 0.96&gt;Required if building the sdo_axiom utility library.</LI>
                 </UL></LI>
               <LI>You must have set up the environment for Microsoft Visual C++ tools. The build command 



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org