Link Search Menu Expand Document

Installation

Supported Operating Systems

  • Debian Linux
  • macOS

Dependencies

Install dependencies on Debian:

sudo apt-get install libpcap-dev

Install dependencies on Mac OS

brew install argp-standalone

Install

  1. Download the latest release tar here
  2. Extract the tar tar -xvf [nprint-version.tar.gz]
  3. cd [nprint-directory]

  4. ./configure && make && sudo make install