wmgeneral: Don't call free on pointers we haven't malloced.
[dockapps.git] / wmtz / INSTALL
blobc95db1dd71c23a1dffb5d96730476ebdd2b9b6f5
1 Installation instructions for wmtz:
4 Requirements
5 -------------------------------------------------------------
6 - root access
8         To be able to complete the installation as described
9         here, you'll need root privileges...
12 Installation
13 --------------------------------------------------------------
14 1)  % tar -zxvf wmtz-0.7.tar.gz
15 2)  % cd wmtz-0.7/wmtz
16 3)  % make
17 4)  % su root
18 5)  # make install
19 6)  # ^D
20 7)  % cp /etc/wmtzrc ~/.wmtzrc
21 8)* % jed ~/.wmtzrc
22 9)  % wmtz & (or wmtz -h for brief help).
24 *) Adjust ~/.wmtzrc to your preferences...
25    Instructions are included in the file.
26    You may want to edit /etc/wmtzrc as well (as root).
29 Uninstallation (Requires root access)
30 --------------------------------------------------------------
31 1) % su root
32 2) # make uninstall
33 3) (Answer the questions)
34 4) # ^D
36 General Notes
37 --------------------------------------------------------------
38 You may have to edit the Makefile in order to compile and
39 install the program on your particular system.