netxms / isotree-deb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debian packages for isotree library

This repository contains the Debian packaging files for the isotree library.

Building the package

apt update && apt install build-essential git cmake debhelper-compat -y

# produce libisotree_0.6.1.orig.tar.gz from the upstream source
./make-dist.sh
# or even
# curl https://raw.githubusercontent.com/netxms/isotree-deb/main/make-dist.sh | sh

tar zxf libisotree_0.6.1.orig.tar.gz
cd libisotree-0.6.1
git clone https://github.com/netxms/isotree-deb debian
dpkg-buildpackage --no-sign

About

License:MIT License


Languages

Language:Shell 58.0%Language:Makefile 42.0%