minor fix to return E_USAGE on -V instead of exit(0);
[oss-qm-packages.git] / INSTALLING
blobc49f21fa369dbd854b55d0fe287169534a215939
1 net-tools
3                                INSTALLING
5 Please read the file `README' before you start with the installation of the
6 net-tools.
10 HACKERS WAY
11 -----------
12 cd /usr/src ; tar xvzf net-tools*.tar.gz
13 less Makefile ; make config ; make ; make -n install ; make install
17 CONFIGURE
18 ---------
19 First of all change into the net-tools directory.
21 Before you start with the Installation please have a look into the toplevel
22 Makefile. There are some configuration options with explanations.
24 To configure the compilation use "make config".  The default answers should
25 be safe for all configurations.  If you have kernel 2.2 and glibc 2.1 most
26 of the other options should work as well.
29 COMPILE
30 -------  
31 To compile simply use "make".
33 There should be no warnings or errors.
37 INSTALLATION
38 ------------
39 If you want to install the binaries use "make install".
41 This will generate backups of your old binaries. If you dont want the
42 backups, please use "make update" instead. To change the default permissions
43 and ownerships of the installed binaries and manpages edit the Makefile. You
44 can test the Installation with "make -n install". This will tell make: Don't
45 run any commands, just print them.
49 Bernd 'eckes' Eckenfels
50 <net-tools@lina.inka.de>