raboof / nethogs

Linux 'net top' tool
GNU General Public License v2.0
3.19k stars 289 forks source link

Add meson buildsystem #275

Closed lleon95 closed 5 months ago

lleon95 commented 5 months ago

This feature:

Instructions:

# Create project
meson builddir -Denable-nethogs-app=enabled -Denable-libnethogs=disabled
# Compile
ninja -C builddir
# Install
ninja -C builddir install