You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2006/03/31 08:28:27 UTC

svn commit: r390341 - /webservices/axis2/trunk/c/INSTALL

Author: samisa
Date: Thu Mar 30 22:28:25 2006
New Revision: 390341

URL: http://svn.apache.org/viewcvs?rev=390341&view=rev
Log:
Fixed to map the latest sample build mechanism

Modified:
    webservices/axis2/trunk/c/INSTALL

Modified: webservices/axis2/trunk/c/INSTALL
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/INSTALL?rev=390341&r1=390340&r2=390341&view=diff
==============================================================================
--- webservices/axis2/trunk/c/INSTALL (original)
+++ webservices/axis2/trunk/c/INSTALL Thu Mar 30 22:28:25 2006
@@ -70,8 +70,12 @@
 NOTE: If you don't provide a --prefix configure option, it will by default install into
 /usr/local/axis2c folder.
 
-If you need to get the samples working, you also need to give the configure option
-    --enable-samples=yes
+If you need to get the samples working, you also need to build the samples.
+To build samples:
+    cd samples
+    ./configure --prefix=${AXIS2C_HOME}
+    make
+    make install
 
 6. go to where you installed axis2c.