Testing ZnapZend Debian packages
You can download prebuilt package from 'releases' section of this repository. Please report back with problems.
Creating ZnapZend Debian packages
You can either run the build manually or use a docker based build script
Manual package creation
Install required packages:
apt install git debhelper devscripts unzip build-essentialBuild debs:
git clone https://github.com/Gregy/znapzend-debian.git
cd znapzend-debian
git clone -b v0.21.0 https://github.com/oetiker/znapzend
cp -r debian/ znapzend
cd znapzend
debuild --no-tgz-check -us -ucResulting packages are in parent directory
cd ..Scripted package creation
Convinient build script utilizing a docker container is present in the repo. Run it like this:
./build.shInstalling ZnapZend Debian packages
apt install ./znapzend_*.deb