diff options
Diffstat (limited to 'tools/tcpmon/INSTALL')
-rw-r--r-- | tools/tcpmon/INSTALL | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/tcpmon/INSTALL b/tools/tcpmon/INSTALL new file mode 100644 index 0000000..fb59719 --- /dev/null +++ b/tools/tcpmon/INSTALL @@ -0,0 +1,14 @@ +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.
+
+
+
|