Skip to content

Commit 7d94136

Browse files
authored
Create README.md
1 parent b2f1062 commit 7d94136

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# wmsysmon
2+
3+
wmsysmon is a program designed for use with the Window Maker window manager for the X Window System. It monitors the following system information: Memory usage, swap usage, I/O throughput, system uptime, hardware interrupts, paging and swap activity.
4+
5+
This is a continuation of code from www.gnugeneration.com (as indicated in original README)
6+
## Dependencies
7+
The dockapp needs the following X.Org libraries:
8+
* libX11
9+
* libXext
10+
* libXpm
11+
12+
For common dockapp code, it also needs [libdockapp](https://www.dockapps.net/libdockapp)
13+
## Compilation
14+
Compilation requires the matching devel packages and a C compiler, then run make in src/ directory.
15+
16+
If you do not have a SMP system (quite rare these days), you can edit the Makefile to remove -DHI_INTS flag

0 commit comments

Comments
 (0)