evisum/README

28 lines
578 B
Plaintext
Raw Normal View History

2018-06-05 07:26:18 -07:00
# evisum
System Monitor (EFL)
2018-06-04 03:11:21 -07:00
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
2020-04-23 04:28:07 -07:00
# Note to self
xgettext --keyword=_ --language=C --add-comments --sort-output --from-code=UTF-8 -o po/evisum.pot src/bin/ui.c src/bin/main.c