From 1f966bb9d5a9d6ad6adfec5f950b4828bb38aac3 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 31 Jul 2025 22:57:14 +0000 Subject: [PATCH] devnotes: add tgz to build-from-scratch procedure --- docs/devnotes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/devnotes.md b/docs/devnotes.md index 3db6b201..229cb398 100644 --- a/docs/devnotes.md +++ b/docs/devnotes.md @@ -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: