You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
526 B
31 lines
526 B
6 years ago
|
# evisum
|
||
|
|
||
6 years ago
|
System Information (EFL)
|
||
|
|
||
5 years ago
|
This is a process monitor and system monitor for Linux, macOS,
|
||
|
FreeBSD, DragonFlyBSD and OpenBSD.
|
||
6 years ago
|
|
||
6 years ago
|
REQUIREMENTS:
|
||
|
|
||
4 years ago
|
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:
|
||
6 years ago
|
|
||
|
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/opt/libdata/pkgconfig"
|
||
|
|
||
6 years ago
|
BUILD:
|
||
6 years ago
|
|
||
4 years ago
|
$ meson build
|
||
6 years ago
|
|
||
4 years ago
|
$ ninja -C build
|
||
6 years ago
|
|
||
4 years ago
|
INSTALL:
|
||
6 years ago
|
|
||
4 years ago
|
$ ninja -C build install
|
||
5 years ago
|
|
||
|
NOTES
|
||
|
|
||
5 years ago
|
You can press 'k', 'm', 'g' to display results in KB, MB of GB
|
||
|
respectively.
|
||
|
|