Skip to content

Build scripts for the kernel, filesystem and assisting scripts/programs for Netkit-JH.

License

Notifications You must be signed in to change notification settings

CallumBasham/netkit-jh-build

 
 

Repository files navigation

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.

About

Build scripts for the kernel, filesystem and assisting scripts/programs for Netkit-JH.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 50.2%
  • Roff 37.9%
  • C 9.5%
  • Makefile 2.1%
  • Other 0.3%