From d91f3f34738980962f4c265d01f08995738274d9 Mon Sep 17 00:00:00 2001 From: Tom Herbers <mail@tomherbers.de> 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: @ChristianMiddendorf Co-authored-by: @ChristianMiddendorf --- 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 010d605f3..b1694920c 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. -- GitLab