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/12/20 10:02:15 UTC

svn commit: r488983 - /webservices/axis2/trunk/c/tools/tcpmon/INSTALL

Author: pini
Date: Wed Dec 20 01:02:15 2006
New Revision: 488983

URL: http://svn.apache.org/viewvc?view=rev&rev=488983
Log:
Added correct content to INSTALL file

Modified:
    webservices/axis2/trunk/c/tools/tcpmon/INSTALL

Modified: webservices/axis2/trunk/c/tools/tcpmon/INSTALL
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/tcpmon/INSTALL?view=diff&rev=488983&r1=488982&r2=488983
==============================================================================
--- webservices/axis2/trunk/c/tools/tcpmon/INSTALL (original)
+++ webservices/axis2/trunk/c/tools/tcpmon/INSTALL Wed Dec 20 01:02:15 2006
@@ -1 +1,14 @@
-Run the build.sh file.
+Getting Axis2/C tcpmon 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/tcpmon directory.
+
+
+



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