

Linux
-----

The linux version can be built with one of the following

	Motif 1.2 +
	LessTif 0.86.9 +


I built mine on

	Linux 2.0.34	   - Red Hat 5.1 (Motif2.0,LessTif-0.86.9)
	Linux 2.2.*
	Linux 2.4.*

The Makefiles are setup to build with Motif, If you want to build
with LessTif, have a look at the README.LessTif file. 



The program makes heavy use of the /proc area and
is likely to break if there are any significant differences
between what it expects to find there, and what is actually
there.


Linux Build
============

	Just type make from the top directory

	Note: You may need to edit the ttydb.h file if you have any unusual
	terminal type devices. Most likely you will not have to.

	The mkttydb script doesn't work yet on Linux.


Linux Install
==============

	A make install performs the following


		cp Res/treeps.linux /usr/X11/lib/X11/app-defaults/Treeps
		cp Linux/treeps /usr/X11/bin
		cp doc/treeps.1 /usr/X11/man/man1
		cp -r icons /usr/X11/lib/X11/treeps

		cp wmconfig/treeps /etc/X11/wmconfig/treeps

		copies a couple of icons to /usr/share/icons
