You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by se...@apache.org on 2008/04/23 14:10:02 UTC

svn commit: r650841 - in /webservices/axis2/trunk/c/xdocs/docs: images/folder_structure_libxml2.jpg images/folder_structure_zlib.jpg installationguide.html

Author: senaka
Date: Wed Apr 23 05:09:59 2008
New Revision: 650841

URL: http://svn.apache.org/viewvc?rev=650841&view=rev
Log:
Fixing Installation Guide

Added:
    webservices/axis2/trunk/c/xdocs/docs/images/folder_structure_zlib.jpg   (with props)
Removed:
    webservices/axis2/trunk/c/xdocs/docs/images/folder_structure_libxml2.jpg
Modified:
    webservices/axis2/trunk/c/xdocs/docs/installationguide.html

Added: webservices/axis2/trunk/c/xdocs/docs/images/folder_structure_zlib.jpg
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/docs/images/folder_structure_zlib.jpg?rev=650841&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/trunk/c/xdocs/docs/images/folder_structure_zlib.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: webservices/axis2/trunk/c/xdocs/docs/installationguide.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/docs/installationguide.html?rev=650841&r1=650840&r2=650841&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xdocs/docs/installationguide.html (original)
+++ webservices/axis2/trunk/c/xdocs/docs/installationguide.html Wed Apr 23 05:09:59 2008
@@ -363,10 +363,6 @@
 
     <ul>
 
-      <li>libxml2.dll [http://www.zlatkovic.com/pub/libxml/ - download the version &gt;=
-
-        libxml2-2.6.27.win32] (optional - required only if you are not using Guththila parser)</li>
-
       <li>iconv.dll [http://www.zlatkovic.com/pub/libxml/ - download the
 
         version &gt;= iconv-1.9.1.win32]</li>
@@ -379,6 +375,19 @@
 
   </li>
 
+  <li>You might optionally need the following DLLs:
+
+    <ul>
+
+      <li>libxml2.dll [http://www.zlatkovic.com/pub/libxml/ - download the version &gt;=
+
+        libxml2-2.6.27.win32] (optional - required only if you are not using Guththila parser)</li>
+
+    </ul>
+
+  </li>
+
+
 </ul><p><a id="bin_binaries"></a></p></div><div class="subsection"><a name="2_1_2__Binaries_in_the_Release"></a><h3>2.1.2. Binaries in the Release</h3><ul>
 
   <li>Extract the binary distribution to a folder of your choice. (example:
@@ -413,10 +422,12 @@
 
   </ul>
 
-  <li>Copy libxml2.dll, iconv.dll, and zlib1.dll downloaded to
+  <li>Copy iconv.dll, and zlib1.dll downloaded to
 
   C:\axis2c\lib</li>
 
+  <li>You might optionally require to copy the libxml2.dll as well</li>
+
 </ul><p><a id="bin_run"></a></p></div><div class="subsection"><a name="2_1_3__Running_the_Binaries"></a><h3>2.1.3. Running the Binaries</h3><ul>
 
   <li>First, you need to set a couple of environment variables before you can
@@ -481,21 +492,29 @@
 
   folders to the makefile)</p>
 
-  <li>You also need
+    <li>You also need the following DLLs:
 
     <ul>
 
-      <li>libxml2 [http://www.zlatkovic.com/pub/libxml/ - download the version &gt;=
+      <li>iconv.dll [http://www.zlatkovic.com/pub/libxml/ - download the
 
-        libxml2-2.6.27.win32] (optional - required only if you are not using Guththila parser)</li>
+        version &gt;= iconv-1.9.1.win32]</li>
 
-      <li>iconv [http://www.zlatkovic.com/pub/libxml/ - download the version
+      <li>zlib1.dll [http://www.zlatkovic.com/pub/libxml/ - download the version &gt;=
 
-        &gt;= iconv-1.9.1.win32]</li>
+        zlib-1.2.3.win32]</li>
 
-      <li>zlib [http://www.zlatkovic.com/pub/libxml/ - download the version &gt;=
+    </ul>
 
-        zlib-1.2.3.win32]</li>
+  </li>
+
+  <li>You might optionally need the following DLLs:
+
+    <ul>
+
+      <li>libxml2.dll [http://www.zlatkovic.com/pub/libxml/ - download the version &gt;=
+
+        libxml2-2.6.27.win32] (optional - required only if you are not using Guththila parser)</li>
 
     </ul>
 
@@ -507,25 +526,25 @@
 
 <ul>
 
-<li>libxml2 (required if you are not using Guththila) [LIBXML2_BIN_DIR]<br></br></li>
-
 <li>iconv [ICONV_BIN_DIR]<br></br></li>
 
 <li>zlib [ZLIB_BIN_DIR]<br></br></li>
 
+<li>libxml2 (required if you are not using Guththila) [LIBXML2_BIN_DIR]<br></br></li>
+
 </ul>
 
 </p><p>The default paths for these external libraries are already specified in configure.in file.<br></br>
 
-  Example: If libxml2 is installed into C:\libxml2, edit the
+  Example: If zlib is installed into C:\zlib, edit the
 
 configure.in file accordingly.<br></br>
 
 <br></br>
 
-You can either extract libxml2 to this folder, in which case the folder
+You can either extract zlib to this folder, in which case the folder
 
-structure for C:\libxml2 should look like the following:</p><p><img alt="Figure: C:\libxml2 Folder Structure" src="images/folder_structure_libxml2.jpg"></img><br></br>
+structure for C:\zlib should look like the following:</p><p><img alt="Figure: C:\zlib Folder Structure" src="images/folder_structure_zlib.jpg"></img><br></br>
 
   Else, extract it to a location of your choice and edit the configure.in
 
@@ -645,9 +664,11 @@
 
         (%AXIS2C_HOME%\lib)</li>
 
-      <li>Copy libxml2.dll, iconv.dll and zlib1.dll to Axis2/C lib folder
+      <li>Copy iconv.dll and zlib1.dll to Axis2/C lib folder
 
-        (%AXIS2C_HOME%\lib)</li>
+	  (%AXIS2C_HOME%\lib)</li>
+
+	  <li>You might optionally require to copy the libxml2.dll as well</li>
 
     </ul>
 



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