Added bit on getting fpm
This commit is contained in:
parent
e0ac2c1180
commit
36ba197bea
1 changed files with 14 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue