WMMemFree installation instructions

To install you must have write permissions in the destination directory.
Edit the Makefile to set the installation directory and then go like this:

	$ make
	$ make install

To uninstall do:

	$ make uninstall
