File: INSTALLING

package info (click to toggle)
sdpnetstat 1.60-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,436 kB
  • ctags: 1,134
  • sloc: ansic: 13,123; makefile: 299; sh: 102
file content (50 lines) | stat: -rw-r--r-- 1,251 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
net-tools

                               INSTALLING

Please read the file `README' before you start with the installation of the
net-tools.



HACKERS WAY
-----------
cd /usr/src ; tar xvzf net-tools*.tar.gz
less Makefile ; make config ; make ; make -n install ; make install



CONFIGURE
---------
First of all change into the net-tools directory.

Before you start with the Installation please have a look into the toplevel
Makefile. There are some configuration options with explanations.

To configure the compilation use "make config".  The default answers should
be safe for all configurations.  If you have kernel 2.2 and glibc 2.1 most
of the other options should work as well.


COMPILE
-------  
To compile simply use "make".

There should be no warnings or errors.



INSTALLATION
------------
If you want to install the binaries use "make install".

This will generate backups of your old binaries. If you dont want the
backups, please use "make update" instead. To change the default permissions
and ownerships of the installed binaries and manpages edit the Makefile. You
can test the Installation with "make -n install". This will tell make: Don't
run any commands, just print them.



Bernd 'eckes' Eckenfels
<net-tools@lina.inka.de>