12 lines
221 B
Plaintext
12 lines
221 B
Plaintext
|
WMMemFree installation instructions
|
||
|
|
||
|
For defaults edit 'options.h'.
|
||
|
Edit the Makefile to set the installation directory and then go like this:
|
||
|
|
||
|
$ make
|
||
|
$ su -c 'make install'
|
||
|
|
||
|
To uninstall do:
|
||
|
|
||
|
$ su -c 'make uninstall'
|