Scripts to help packaging FGMK.
cd snap
snapcraft stage
snapcraft snap
On a clean Ubuntu 16.04 install, you need to install the following
sudo apt install -y make build-essential libssl-dev zlib1g-dev libbz2-dev snapcraft
sudo snap install fgmk_0.1.0_amd64.snap
To generate a .deb from fgmk source, got to deb folder and type make-deb.sh
cd deb
./make-deb.sh
The .deb file will be in the folder deb\build\fgmk\deb_dist, with the name
python3-fgmk_1.0.0-1_all.deb .
sudo pip3 install stdeb
sudo apt install python3-all