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