[wsf-c-dev] svn commit r324 - wsf/c

svn at wso2.com svn at wso2.com
Fri Jan 5 01:56:41 PST 2007


Author: sanjaya
Date: Fri Jan  5 01:56:41 2007
New Revision: 324

Added:
   wsf/c/INSTALL
Log:
Added INSTALL file with content


Added: wsf/c/INSTALL
==============================================================================
--- (empty file)
+++ wsf/c/INSTALL	Fri Jan  5 01:56:41 2007
@@ -0,0 +1,30 @@
+Getting WSO2_WSF_C working with the source release on Linux.
+
+1. Extract the source tar package to a directory.
+
+2. Go to the directory where you extracted the source
+  
+   cd /your_path_to_wso2_wsf_c_source
+
+3. Build the source
+   This can be done by running following command sequence in the directory
+   where where you have extracted the source.
+
+           ./configure --prefix=installation_path
+           make
+           make install
+
+   Please run './configure --help' in respective sub folders for more information
+   on these configure options.
+
+   NOTE: If you don't provide the --prefix configure option, it will by default
+   be installed into "/usr/local/wsf_c" directory.
+
+   You may need to try simple_xmpp_server. You can do it by giving
+
+      "--enable-xmpp=yes" as a configure option.
+
+   NOTE : simple_xmpp_server has a dependancy with libiksemel-dev
+
+
+




More information about the Wsf-c-dev mailing list