Basic Installation
==================

Each supported distribution provides an installable version if iptraf-ng.
Follow the distribution's practices for installing new software.

Building from source:

iptraf-ng uses the usual gcc based build environment. It also uses ncurses
so that must be installed as well.

This was built on an x86_64 running Fedora-23 which includes gcc 5.3.1

$ git clone https://github.com/iptraf-ng/iptraf-ng
$ cd iptraf-ng
$ make

To run:
$ sudo ./iptraf-ng

