File: INSTALL

package info (click to toggle)
wmnd 0.2.2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 184 kB
  • ctags: 180
  • sloc: ansic: 1,662; makefile: 75
file content (56 lines) | stat: -rw-r--r-- 1,796 bytes parent folder | download
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
51
52
53
54
55
56
Installation instructions for WMND. 

Installation
--------------------------------------------------------------
1)  % tar -zxvf wmnd_version.tar.gz
2)  % cd wmnd
3)  % make 
4)  % su root
5)  # make install
    or for example
    % make install prefix=$HOME
    or whatever you want. The install can be influenced by the
    following variables (the values listed are the defaults):
    prefix  = /usr/local
    bindir  = $(prefix)/bin
    mandir  = $(prefix)/share/man/
    datadir = $(prefix)/share/
    docdir  = $(datadir)/doc/wmnd/
    
6)  If this is your first time to install wmnd, copy src/wmndrc
    to your your home directory.  Since the wmnd 0.2 has diffenent
    style of wmndrc to old, you should copy the new one instead of
    the old one.  The copy command is looked like

    % cp wmndrc ~/.wmndrc

    wmnd can be run without .wmndrc, it just use the default value,
    and no user script defined.

7)  % Edit .wmndrc to suit your use.
7)  % wmnd & (or wmnd -h for brief help).


Usage
-------------------------------------------------------------
WMND support the following commandline options:

        -h              Help screen
	-b              Scale value by bitwise, read the version
			section 0.1.0 of file CHANGELOGS for detail.
        -d              X server display where wmnd should
                        appear (default = 0:0)
	-i		Interface name, note: 'lo' can ONLY
			be specified with '-i lo' ;-)
			(default = default interface as it
			 appears in /proc/net/route) 
	-w		Draw the statistics graph in waveform
			like mode.
        -v              Print wmnd version number


General Notes
--------------------------------------------------------------
Note 1: Please DO read the HINTS, this file contains some
        very usefull tips about WMND.