How to build and install the zprommer

I assume you know about compiling and Makefiles.

Is the printer port you want to use the normal one? If not, edit the base
adress of the printer port in config.h.

Open Makefile with a text editor and look if you have to edit some settings.
In the zprommer directory type

	make

This should build the executable zprommer. If you want to install
zprommer, you probably have to become root. Then type

	make install

You can also issue the command

	make uninstall

to delete the executable from the $(INSTDIR).
