Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 741 Bytes

BUILDING-PACKAGE.md

File metadata and controls

19 lines (11 loc) · 741 Bytes

Building the package

This package is built using debbuild for Debian targets.

The Makefile included in this project helps you to do builds, but you need to have debbuild installed first.

You can install debbuild from the openSUSE Build Service for either Debian or Ubuntu.

Once installed, make deb will let you build a Debian package.

For building RPMs, you just need rpmbuild. For example, on Fedora:

$ sudo dnf install rpm-build

Once installed, make rpm will let you build an RPM package.