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

- GNU/Linux Redhat 7.0, 7.1, 7.2 (x86)
- GNU/Linux Mandrake 7.2, 8.0, 8.1 (x86)
- Debian GNU/Linux 2.2 potato (x86)
- Debian GNU/Linux woody/sid
  (x86, alpha, ARM, hppa, ia64, m68k, mips, PowerPC, s390, sparc)
- GNU/Linux SuSE 7.0, 7.1 (x86)
- FreeBSD 3.5-STABLE (x86)
- FreeBSD 4-STABLE (x86, alpha)
- FreeBSD 5-CURRENT (x86, alpha)
- OpenBSD 2.9 (x86)
- Solaris 2.7
- Cygwin 1.3.3 / Windows 98,Me

Patches to make it work on other platforms are welcome.


Requirements:
=============

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

- X11R6.x
	WMCPULoad can NOT be compiled in older versions of X, like X11R5 or
	X11R4. Upgrading the client libraries (Xlib, Xt etc) 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 WMCPULoad-<version>.tar.gz
2: cd WMCPULoad-<version>
3: ./configure
4: make
5: su root
6: make install (or 'make install-strip')
7: wmcpuload &

NOTE: Please use GNU make.
