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:37:26 UTC

svn commit: r412000 - /webservices/axis2/trunk/c/axiom/INSTALL

Author: pini
Date: Mon Jun  5 21:37:25 2006
New Revision: 412000

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

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

Added: webservices/axis2/trunk/c/axiom/INSTALL
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/INSTALL?rev=412000&view=auto
==============================================================================
--- webservices/axis2/trunk/c/axiom/INSTALL (added)
+++ webservices/axis2/trunk/c/axiom/INSTALL Mon Jun  5 21:37:25 2006
@@ -0,0 +1,14 @@
+Getting Axiom/C 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_axiom directory.
+
+
+



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