$Id: INSTALL,v 1.2 2003/04/06 09:13:06 sch Exp $


Supported Platforms:
====================
(ie: I've heard someone has compiled it on...)

- GNU/Linux Redhat 7.0, 7.1, 8.0 (x86)
- GNU/Linux Mandrake 7.2, 8.0, 8.1, 8.2 (x86, PowerPC)
- Debian GNU/Linux 2.2 potato (x86)
- Debian GNU/Linux 3.0 woody, sarge, sid
  (x86, alpha, arm, hppa, ia64, m68k, mips, ppc, s390, sparc)
- GNU/Linux SuSE 7.1, 7.2 (x86)
- GNU/Linux Gentoo 1.0, 1.0a (x86, powerpc)
- FreeBSD 3.5-STABLE (x86)
- FreeBSD 4-STABLE (x86, alpha)
- FreeBSD 5-CURRENT (x86, alpha)
- OpenBSD 2.9 (x86)
- Solaris 7
- NetBSD
- Cygwin 1.3.10 / Windows 98
- Cygwin 1.3.12-2 / Windows 2000
- IRIX 6.5

Patches to make it work on other platforms are welcome.


Requirments:
============

- Basic obvious stuff
	If you will build WMMemMon, make sure you have gcc (or some Other ANSI
	C compiler).the X header files installed.

- X11R6.x
	WMMemMon can NOT be compiled in older versions of X, like X11R5 or
	X11R4. Upgrading the client libraries (Xlib, Xext) will help if you
	can't upgrade the server.

- libXPM 4.7 or newer
	Older versions may not work.
	Available at ftp://sunsite.unc.edu/pub/Linux/libs/X/


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

1: tar -zxvf wmmemmon-<version>.tar.gz
2: cd wmmemmon-<version>
3: ./configure
4: make
5: su root
6: make install (or 'make install-strip')
7: wmmemmon &

NOTE: Non-GNU make may not work.
      e.g.) it doesn't work under OpenBSD when you run 'make clean'
