Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c0c98ec

Browse files
committedJan 15, 2025··
docs: user/getting_started: add dependencies
Changing the docs as well was missed in b1cdcc8 Reported-in: freifunk-gluon#3414 Reported-by: 132701936+ChristianMiddendorf@users.noreply.github.com
1 parent ab1c311 commit c0c98ec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎docs/user/getting_started.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ freshly installed Debian Bullseye system the following packages are required:
2929

3030
* `git` (to get Gluon and other dependencies)
3131
* `python3`
32+
* `python3-dev`
33+
* `python3-pyelftools`
34+
* `python3-setuptools`
3235
* `build-essential`
33-
* `ecdsautils` (to sign firmware, see `contrib/sign.sh`)
3436
* `gawk`
3537
* `unzip`
3638
* `libncurses-dev` (actually `libncurses5-dev`)
@@ -41,6 +43,8 @@ freshly installed Debian Bullseye system the following packages are required:
4143
* `rsync`
4244
* `time` (built-in `time` doesn't work)
4345
* `qemu-utils`
46+
* `ecdsautils` (to sign firmware, see `contrib/sign.sh`)
47+
* `swig`
4448

4549
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.
4650

0 commit comments

Comments
 (0)
Please sign in to comment.