devnotes: add tgz to build-from-scratch procedure

This commit is contained in:
ed 2025-07-31 22:57:14 +00:00
parent 3222ba3acd
commit 1f966bb9d5

View file

@ -415,6 +415,8 @@ to get started, first `cd` into the `scripts` folder
* if you want to build the `.pyz` standalone "binary", now run `./make-pyz.sh`
* if you want to build the `tar.gz` for use in a linux-distro package, now run `./make-tgz-release.sh theVersionNumber`
* if you want to build a pypi package, now run `./make-pypi-release.sh d`
* if you want to build a docker-image, you have two options: