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 pi...@apache.org on 2006/06/06 06:32:01 UTC

svn commit: r411996 - /webservices/axis2/trunk/c/util/INSTALL

Author: pini
Date: Mon Jun  5 21:32:00 2006
New Revision: 411996

URL: http://svn.apache.org/viewvc?rev=411996&view=rev
Log:
Added correct INSTALL file.

Added:
    webservices/axis2/trunk/c/util/INSTALL

Added: webservices/axis2/trunk/c/util/INSTALL
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/INSTALL?rev=411996&view=auto
==============================================================================
--- webservices/axis2/trunk/c/util/INSTALL (added)
+++ webservices/axis2/trunk/c/util/INSTALL Mon Jun  5 21:32:00 2006
@@ -0,0 +1,14 @@
+Getting Axis2/C Utils source working on Linux
+=============================================
+Build the source
+This can be done using the following command sequence:
+        ./configure
+        make
+        make install
+        use './configure --help' for options
+
+NOTE: If you don't provide a --prefix configure option, it will by default 
+install into /usr/local/axis2_util directory.
+
+
+



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