compiling and installing flexemu:

There are four Makefiles:


For linux:

	Makefile.x.linux:		compiling with XLIB-interface
	Makefile.xt.linux:		compiling with X-Toolkit interface

For other UNIX-platforms:

	Makefile.x:			compiling with XLIB-interface
	Makefile.xt:			compiling with X-Toolkit interface

Copy the one You need to file 'Makefile'.


compile all sources:			make all
install bin and man into /usr/local:	make install
only install bin into /usr/local:	make install.bin
only install man into /usr/local:	make install.man
additionaly install user configuration	make install.user
uninstall from /usr/local:		make uninstall
clear distribution for shipping:	make clean

Starting application with:		flexemu


possible commandline options:

-f <hexfile>:	name of a intel or motorola hex-file to load.
		default: neumon54.hex
-[0123] <diskimage/directory drive [0123]>:
		name of a flex disk image file
		or directory in which flex files reside.
		default for drive 0: system
		default for drive 1: work
-c <color>:	name of foreground color, default: green
-i:		exchange foreground and background color
-h:		display help

If You want to compile with X-Toolkit interface You should have an xpm extension.
(for displaying an image of the author). It can be downloaded from the ftp-server
avahi.inria.fr. If You don't want this extension simply delete the compiler-
switch -D XPM and the reference to the library -lXpm in Your Makefile.

