xmem/README.md
Christian Barthel 34c8e85e49 Add Linux support, fix whitespace
Read /proc/meminfo, pull out some numbers and use them.
2022-01-08 08:31:23 +01:00

11 lines
210 B
Markdown

# xmem(1) X11 Utility
![fvwm and xmem](https://git.sdf.org/bch/xmem/raw/branch/master/www/xmem_fvwmbar.png)
# Compile
```shell
# Linux with DEBUG:
CFLAGS=-DDEBUG make -f Makefile.linux
# BSD:
make
```