
							XFBROWS
					=====================

This is a very nice font-browser under X11.
Why should we still use xlsfont and xfd ?

It should work under nearly every system, 'cause it's programed without
MOTIF, the X11-Toolit or other stupid things (like widgets, that you only
can find somewhere in CHINA and that only run under Release 2. That happened
once to me !!!), that are always causing problems. It only needs the
X11-library, no matter if you're using Release 3 or Release 4.

In addition it has some defines to let it run under BSD, SYSV, A/UX
or XENIX and you don't have to hack a difficult Imake- or Make-file (I
will never understand why people add horible Imake- or Make-files, if
they only have to compile a few files and link them then together). And
you will not have trouble with crazy pathnames !!!


Compilation:
============

Select the right defines for your system and edit the Makefile.
Select

	-Di386		,	if running on a Intel 386
	-DSVR4		,	if you running a System-V-Unix
	-DSCO		,	if you running a SCO-Xenix-Unix

	-DNOTIMER	,	if you have problems with timers
	-DUSLEPP	,	if you have of a uslepp-call

If you're running a INTERACTIVE-Unix be shure you link with the inet-library.

Have a look into the Makefile to see what's right and then just enter

	make


Installation:
=============

Just copy the resulting file XFBROWS whereever you like too.
Make the man-page by typing

	nroff -man xfbrows.man > xfbrows.1

and copy it whereever you will need it.


Comments:
=========

If you get problems (not really possible) to compile it or if you have
comments send them to

	phade@cs.tu-berlin.de

This tool is specialy made to include it in other utilities (I hate it,
if you have to specify fontnames by typing them in, that should not
happen in X11-applications), so if you do it, please send you're programs
to me. Thank's a lot !!!

The source-code is edited with Tab-Space 4. If you like to hack around in
the source-code, do so. I don't care, if you get problems.

		Have fun	:-)

