Make AddMouseRegion's index unsigned
[dockapps.git] / wmcpuload / INSTALL
blob7a4aa03d83b04d1b218fdc557e01c2162a29a5ed
1 Supported Platforms:
2 ====================
3 (ie: I've heard someone has compiled it on...)
5 - GNU/Linux Redhat 7.0, 7.1, 7.2, 7.3, 8.0 (x86)
6 - GNU/Linux Mandrake 7.2, 8.0, 8.1, 8.2 (x86, ppc)
7 - Debian GNU/Linux 2.2 potato (x86)
8 - Debian GNU/Linux 3.0 woody, sarge, sid
9   (x86, alpha, arm, hppa, ia64, m68k, mips, ppc, s390, sparc)
10 - GNU/Linux SuSE 7.0, 7.1 (x86)
11 - GNU/Linux Gentoo 1.0, 1.0a (x86, powerpc)
12 - FreeBSD 3.5-STABLE (x86)
13 - FreeBSD 4-STABLE (x86, alpha)
14 - FreeBSD 5-CURRENT (x86, alpha)
15 - OpenBSD 2.9 (x86)
16 - NetBSD 1.5 (x86, amigappc, bebox, macppc, powerpc, prep, vax)
17 - BSDi 4.1
18 - Solaris 7, 8
19 - Cygwin 1.3.3 / Windows 98, Me
20 - Cygwin 1.3.10 / Windows 98, Me, 2000
21 - IRIX 6.5
22 - Darwin 6.0.1
24 Patches to make it work on other platforms are welcome.
27 Requirements:
28 =============
30 - Basic obvious stuff
31         If you will build WMCPULoad, make sure you have gcc (or some Other ANSI
32         C compiler).the X header files installed.
34 - X11R6.x
35         WMCPULoad can NOT be compiled in older versions of X, like X11R5 or
36         X11R4. Upgrading the client libraries (Xlib, Xext) will help if you
37         can't upgrade the server.
39 - libXPM 4.7 or newer
40         Older versions may not work.
41         Available at ftp://sunsite.unc.edu/pub/Linux/libs/X/
43 - kernel header (multiprocessors support on GNU/Linux system)
44         If you will compiled WMCPULoad on GNU/Linux, make sure you have
45         kernel header 'linux/threads.h'.
48 Installation:
49 =============
51 1: tar -zxvf wmcpuload-<version>.tar.gz
52 2: cd wmcpuload-<version>
53 3: ./configure
54 4: make
55 5: su root
56 6: make install (or 'make install-strip')
57 7: wmcpuload &
59 NOTE: Non-GNU make may not work.
60       e.g., it doesn't work on OpenBSD when you run 'make clean'