2014-10-05 15:29:59 +00:00
|
|
|
Installation instructions for wmtz:
|
2011-03-25 18:45:13 +00:00
|
|
|
|
|
|
|
|
|
|
|
Requirements
|
|
|
|
-------------------------------------------------------------
|
|
|
|
- root access
|
|
|
|
|
2014-10-05 15:29:59 +00:00
|
|
|
To be able to complete the installation as described
|
2011-03-25 18:45:13 +00:00
|
|
|
here, you'll need root privileges...
|
|
|
|
|
|
|
|
|
|
|
|
Installation
|
|
|
|
--------------------------------------------------------------
|
|
|
|
1) % tar -zxvf wmtz-0.7.tar.gz
|
|
|
|
2) % cd wmtz-0.7/wmtz
|
2014-10-05 15:29:59 +00:00
|
|
|
3) % make
|
2011-03-25 18:45:13 +00:00
|
|
|
4) % su root
|
|
|
|
5) # make install
|
|
|
|
6) # ^D
|
|
|
|
7) % cp /etc/wmtzrc ~/.wmtzrc
|
|
|
|
8)* % jed ~/.wmtzrc
|
|
|
|
9) % wmtz & (or wmtz -h for brief help).
|
|
|
|
|
|
|
|
*) Adjust ~/.wmtzrc to your preferences...
|
|
|
|
Instructions are included in the file.
|
|
|
|
You may want to edit /etc/wmtzrc as well (as root).
|
2014-10-05 15:29:59 +00:00
|
|
|
|
2011-03-25 18:45:13 +00:00
|
|
|
|
|
|
|
Uninstallation (Requires root access)
|
|
|
|
--------------------------------------------------------------
|
|
|
|
1) % su root
|
|
|
|
2) # make uninstall
|
|
|
|
3) (Answer the questions)
|
|
|
|
4) # ^D
|
|
|
|
|
|
|
|
General Notes
|
|
|
|
--------------------------------------------------------------
|
2014-10-05 15:29:59 +00:00
|
|
|
You may have to edit the Makefile in order to compile and
|
2011-03-25 18:45:13 +00:00
|
|
|
install the program on your particular system.
|