Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 704 Bytes

README.mdown

File metadata and controls

24 lines (22 loc) · 704 Bytes

Netkit-JH

Documentation can be found at https://netkit-jh.github.io/

Download and install

Get the latest release script from https://github.com/netkit-jh/netkit-jh-build/releases. Download and install with:

chmod +x install-netkit-jh-x.x.x.sh
./install-netkit-jh-x.x.x.sh

Building from source

Clone the repository and build with Make:

git clone https://github.com/netkit-jh/netkit-jh-build.git
cd netkit-jh-build
sudo make

or build with Docker:

git clone https://github.com/netkit-jh/netkit-jh-build.git
docker pull netkitjh/netkit-builder-deb
docker run --privileged --rm -v $(pwd):/netkit-build -it netkitjh/netkit-builder-deb

Install with make install.