Step 1 : Installation
QbRpmBuilder must be installed on a RPM-based linux platform
- Installation from downloaded RPM:
. download RPM from this page: Downloads
. install the package ( rpm -Uvh qbrpmbuilder-
- Installation from sources:
. download source code from this page: Downloads
. generate the package by launching the script "buildpackage.sh"
. install the package newly generated in dist-rpm/ ( rpm -Uvh dist-rpm/qbrpmbuilder-<version>.rpm )
Step 2 : Your first DEB script
- You can find an example of script here: Example of script
- Store this script in a file and make it executable (chmod 755 <script>.sh)
Step 3: Launch your script
- launch as root (sudo <script>.sh)
- your RPM package must be generated in dist-rpm/