Added bit on getting fpm

This commit is contained in:
Kevin 2018-10-18 16:12:30 -04:00
parent e0ac2c1180
commit 36ba197bea

View file

@ -212,13 +212,27 @@ make doc
``` ```
#### Build Packages #### Build Packages
Install fpm: http://fpm.readthedocs.io/en/latest/installing.html
Build package commands, DESTDIR is used for gui packaging only
```shell ```shell
./bootstrap.sh ./bootstrap.sh
./configure ./configure
make make
mkdir /tmp/core-gui mkdir /tmp/core-gui
make fpm DESTDIR=/tmp/core-gui make fpm DESTDIR=/tmp/core-gui
``` ```
This will produce:
* CORE GUI rpm/deb files
* core-gui_$VERSION_$ARCH
* CORE ns3 rpm/deb files
* python-core-ns3_$VERSION_$ARCH
* CORE python rpm/deb files for SysV and systemd service types
* python-core-sysv_$VERSION_$ARCH
* python-core-systemd_$VERSION_$ARCH
### Quagga Routing Software ### Quagga Routing Software