1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
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, PowerPC)
- 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, 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/
- kernel header (multiprocessors support under GNU/Linux system)
If you will compiled WMCPULoad with SMP support, make sure you have
kernel header 'linux/threads.h'.
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: Non-GNU make may not work.
e.g.) it doesn't work under OpenBSD when you run 'make clean'
|