Installation
Setup instructions
Go Get
Installation via go get:
Development Build
To install the command-line tool:
Cross Compilation
To cross compile for other architectures, set the GOARCH and GOOS environment variables. For example to cross compile a binary for linux amd64:
Homebrew
Install the netcap command-line tool with Homebrew:
Buildsystem
Netcap uses the zeus buildsystem, it can be found on github along with installation instructions.
However, the project can easily be installed without zeus. All shell scripts needed for installation can be found in the zeus/generated directory as standalone versions:
To install the Netcap and Netlabel command-line tool and the library with zeus, run:
Tests
To execute the unit tests, run the following from the project root:
Last updated