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 pi...@apache.org on 2006/12/20 11:59:32 UTC

svn commit: r489030 - /webservices/axis2/tags/c/0.96/tools/tcpmon/INSTALL

Author: pini
Date: Wed Dec 20 02:59:32 2006
New Revision: 489030

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

Modified:
    webservices/axis2/tags/c/0.96/tools/tcpmon/INSTALL

Modified: webservices/axis2/tags/c/0.96/tools/tcpmon/INSTALL
URL: http://svn.apache.org/viewvc/webservices/axis2/tags/c/0.96/tools/tcpmon/INSTALL?view=diff&rev=489030&r1=489029&r2=489030
==============================================================================
--- webservices/axis2/tags/c/0.96/tools/tcpmon/INSTALL (original)
+++ webservices/axis2/tags/c/0.96/tools/tcpmon/INSTALL Wed Dec 20 02:59:32 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