From c0c98ec30e5cb1662973e69d705938c35486e94b Mon Sep 17 00:00:00 2001 From: Tom Herbers Date: Wed, 15 Jan 2025 12:21:02 +0100 Subject: [PATCH] docs: user/getting_started: add dependencies Changing the docs as well was missed in b1cdcc8784aa06fe22eff9aeb215244b8c429563 Reported-in: https://github.com/freifunk-gluon/gluon/pull/3414 Reported-by: 132701936+ChristianMiddendorf@users.noreply.github.com --- docs/user/getting_started.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/user/getting_started.rst b/docs/user/getting_started.rst index 010d605f3d..b1694920ca 100644 --- a/docs/user/getting_started.rst +++ b/docs/user/getting_started.rst @@ -29,8 +29,10 @@ freshly installed Debian Bullseye system the following packages are required: * `git` (to get Gluon and other dependencies) * `python3` +* `python3-dev` +* `python3-pyelftools` +* `python3-setuptools` * `build-essential` -* `ecdsautils` (to sign firmware, see `contrib/sign.sh`) * `gawk` * `unzip` * `libncurses-dev` (actually `libncurses5-dev`) @@ -41,6 +43,8 @@ freshly installed Debian Bullseye system the following packages are required: * `rsync` * `time` (built-in `time` doesn't work) * `qemu-utils` +* `ecdsautils` (to sign firmware, see `contrib/sign.sh`) +* `swig` We also provide a container environment that already tracks all these dependencies. It quickly gets you up and running, if you already have either Docker or Podman installed locally.