1$Id: INSTALL,v 1.2 2005/01/21 22:54:14 mardan Exp $
2
3
4Install:
5-------------------------------------------------------------------------------
6Unpack the source if you haven't allready done that by typing
7'tar xvzf netstat-nat-x.y.tar.gz'
8Go into the directory by typing 'cd netstat-nat-x.y'
9and do the following: 
10
11'configure'
12'make'
13'make install'
14
15And if all goes well try 'netstat-nat' 
16
17To uninstall netstat-nat type 'make uninstall' and it should remove all 
18installed components.
19
20-------------------------------------------------------------------------------
21