You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2006/02/15 08:16:59 UTC

svn commit: r377954 - /webservices/axis2/trunk/c/INSTALL

Author: samisa
Date: Tue Feb 14 23:16:57 2006
New Revision: 377954

URL: http://svn.apache.org/viewcvs?rev=377954&view=rev
Log:
Added the changes to fix doc bugs. Also added Windows section

Modified:
    webservices/axis2/trunk/c/INSTALL

Modified: webservices/axis2/trunk/c/INSTALL
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/INSTALL?rev=377954&r1=377953&r2=377954&view=diff
==============================================================================
--- webservices/axis2/trunk/c/INSTALL (original)
+++ webservices/axis2/trunk/c/INSTALL Tue Feb 14 23:16:57 2006
@@ -1,8 +1,7 @@
-The release comes in two forms, source and binary. Both works only on Linux platforms as of now. 
-We are striving hard to make the next release work on Windows platform.
+The release comes in two forms, source and binary. 
 
 To get both the binary and source distribution, you need libxml2 from http://xmlsoft.org/downloads.html
-(NOTE: most systems has libxml2 by default)
+(NOTE: most Linux systems has libxml2 by default. On Windows you need to download and install libxml2)
 
 Getting Axis2C working with the binary release on Linux.
 ========================================================
@@ -29,7 +28,7 @@
 
 Getting Axis2C working with the source release on Linux.
 ========================================================
-1. Extract the binary tar package to a folder. 
+1. Extract the source tar package to a folder. 
 2. Set AXIS2C_HOME environment variable pointing to the location where you want to install Axis2C.
         AXIS2C_HOME='/your_desired_path_to_axis2c_installation'
         export AXIS2C_HOME
@@ -78,5 +77,11 @@
 This will invoke the math service.
 To see the possible command line options for sample clients run them with '-h' option
 
+
+Getting Axis2C working with the binary release on Windows.
+========================================================
+
+Getting Axis2C working with the source release on Windows.
+========================================================
 
 Hope you would enjoy this first working version of Axis2C soap engine :)