Author: manjula
Date: Sun Sep 30 20:55:51 2007
New Revision: 580829
URL: http://svn.apache.org/viewvc?rev=580829&view=rev
Log:
Updating the INSTALL file.
Modified:
webservices/sandesha/trunk/c/INSTALL
Modified: webservices/sandesha/trunk/c/INSTALL
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/INSTALL?rev=580829&r1=580828&r2=580829&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/INSTALL (original)
+++ webservices/sandesha/trunk/c/INSTALL Sun Sep 30 20:55:51 2007
@@ -7,11 +7,19 @@
install.
- Go to Sandesha2/C source directory
- Run configure with AXIS2 include path.
- ./configure --prefix=<axis2c_deploy_path> --enable-static=no
--with-axis2=<axis2c_deploy_path>
+ ./configure --prefix=<axis2c_deploy_path> --enable-static=no
--with-axis2=<axis2c_include_path>
- Run make and make install
This will install the Sandesha2/C as a module in Axis2/C in
<axis2c_deploy_path>/modules folder. The module
folder contains the Sandesha2/C libraries and the module.xml file.
+
+ -To Install samples
+ - Go samples directory
+ - Run configure with AXIS2 include path.
+ ./configure --prefix=<axis2c_deploy_path>
--with-axis2=<axis2c_include_path>
+ -make
+ -make install
+
2. Installing Sandesha2/C binary release on Linux
Sandesha2/C binary distribution for Linux has the following folder
structure.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]