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

Trefonix/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
sudo apt install apt-utils git make debootstrap \
    libreadline-dev bison flex gcc-multilib bc quilt xz-utils \
    libvdeplug-dev
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 51.0%
  • Roff 37.4%
  • C 9.2%
  • Makefile 2.1%
  • Other 0.3%