Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 372 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 372 Bytes

libflow

Telegram group badge
Flow Graph view for Gtk4

Screenshot

Installation

ArchLinux (AUR)

$ yay -S libflow-git

Build manualy

$ meson setup --prefix=/usr --buildtype=release build
$ ninja -C build install