updated to readme for building packages, update to makefile to install and build gui with one command

This commit is contained in:
Blake J. Harnden 2018-01-11 11:21:56 -08:00
parent 3ba8371282
commit 26b1b01505
5 changed files with 60 additions and 12 deletions

View file

@ -101,6 +101,7 @@ endef
define fpm-daemon-rpm =
fpm -s python -t rpm \
--verbose \
-p NAME_$1_VERSION_ARCH.rpm \
--python-setup-py-arguments --service=$1 \
-m "$(CORE_MAINTAINERS)" \
@ -136,6 +137,7 @@ endef
.PHONY: fpm
fpm: clean-local-fpm
$(MAKE) -C gui install DESTDIR=$(DESTDIR)
$(call fpm-gui,rpm,-d "tkimg")
$(call fpm-gui,deb,-d "libtk-img")
$(call fpm-python,rpm,ns3/setup.py)