Top/ps process monitor
Go to file
Alastair Poole e4a940d898 Meson: Fix intl support when included in libc 2020-05-03 15:57:47 +01:00
data icon: remove references to extinct manufacturer. 2020-04-19 13:38:33 +01:00
po Adding italian and updating french translations 2020-04-27 16:31:26 +02:00
src FreeBSD: Obtain correct PID_MAX (Fallback). 2020-04-29 09:50:55 +01:00
.gitignore cache: group caching functions/data. 2020-04-20 10:58:18 +01:00
AUTHORS Icons: Add default icons (Use Apostolos E icons). 2020-01-04 13:00:35 +00:00
COPYING changes: more changes. 2020-04-15 17:49:37 +01:00
COPYING.GPLv2 changes: more changes. 2020-04-15 17:49:37 +01:00
CREDITS NEW: Update. 2020-04-27 17:36:24 +01:00
LICENSE Release: Prepare 2019-09-01 17:50:38 +01:00
NEWS NEW: Update. 2020-04-27 17:36:24 +01:00
README ui: memory display. 2020-04-23 16:20:37 +01:00
VERSION 0.4.0: Prepare for a release. 2020-04-18 15:58:20 +01:00
meson.build Meson: Fix intl support when included in libc 2020-05-03 15:57:47 +01:00

README

# evisum

System Monitor (EFL)

This is a process monitor and system monitor for Linux, macOS,
FreeBSD, DragonFlyBSD and OpenBSD.

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:

$ meson build

$ ninja -C build

INSTALL:

$ ninja -C build install

# 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