File: INSTALL

package info (click to toggle)
netstat-nat 1.4.10-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 380 kB
  • sloc: sh: 787; ansic: 755; makefile: 14
file content (20 lines) | stat: -rw-r--r-- 568 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$Id: INSTALL,v 1.2 2005/01/21 22:54:14 mardan Exp $


Install:
-------------------------------------------------------------------------------
Unpack the source if you haven't allready done that by typing
'tar xvzf netstat-nat-x.y.tar.gz'
Go into the directory by typing 'cd netstat-nat-x.y'
and do the following: 

'configure'
'make'
'make install'

And if all goes well try 'netstat-nat' 

To uninstall netstat-nat type 'make uninstall' and it should remove all 
installed components.

-------------------------------------------------------------------------------