evisum/README

31 lines
536 B
Plaintext
Raw Normal View History

2018-06-05 07:26:18 -07:00
# evisum
2018-06-04 03:11:21 -07:00
System Information (EFL)
This is a process monitor and system monitor for Linux, macOS,
FreeBSD, DragonFlyBSD and OpenBSD.
2018-06-04 03:11:21 -07:00
REQUIREMENTS:
An installation of EFL (v1.19.0+). Remember to set your
PKG_CONFIG_PATH environment variable accordingly. For example
if EFL is installed in /opt:
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/opt/libdata/pkgconfig"
BUILD:
2018-06-07 02:30:03 -07:00
$ meson build
2018-06-07 02:30:03 -07:00
$ ninja -C build
2018-06-07 02:30:03 -07:00
INSTALL:
$ ninja -C build install
NOTES
You can press Ctrl plus 'k', 'm', 'g' to display results in KB, MB
of GB respectively.
2018-10-17 02:46:27 -07:00