Added Makefile to build a binary of fgg using the Nuitka Python compiler.

This needs required libraries installed using pip or the OS package manager. It fails executing the resulting binary if libraries are only installed in a virtual environment (venv).
This commit is contained in:
Johannes Findeisen 2022-11-21 02:13:29 +01:00
commit 51c979582c
4 changed files with 19 additions and 2 deletions

4
.gitignore vendored
View file

@ -1,9 +1,9 @@
.idea
fgg.build
out
photo/*
photos/*
tmp/*.dump.json
venv
fgg.bin
bin/fgg
fgg.iml