Author: pini
Date: Wed Jun 14 21:51:45 2006
New Revision: 414462
URL: http://svn.apache.org/viewvc?rev=414462&view=rev
Log:
added the INSTALL file
Added:
webservices/axis2/trunk/c/samples/INSTALL
Added: webservices/axis2/trunk/c/samples/INSTALL
URL:
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/INSTALL?rev=414462&view=auto
==============================================================================
--- webservices/axis2/trunk/c/samples/INSTALL (added)
+++ webservices/axis2/trunk/c/samples/INSTALL Wed Jun 14 21:51:45 2006
@@ -0,0 +1,14 @@
+Getting Axis2/C samples 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/axis2c/samples directory.
+
+
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]