Skip to content
Snippets Groups Projects
Unverified Commit d91f3f34 authored by Tom Herbers's avatar Tom Herbers
Browse files

docs: user/getting_started: add dependencies

Changing the docs as well was missed in b1cdcc87

Reported-in: https://github.com/freifunk-gluon/gluon/pull/3414
Reported-by: @ChristianMiddendorf
Co-authored-by: @ChristianMiddendorf
parent ab1c3118
No related branches found
No related tags found
No related merge requests found
...@@ -29,8 +29,10 @@ freshly installed Debian Bullseye system the following packages are required: ...@@ -29,8 +29,10 @@ freshly installed Debian Bullseye system the following packages are required:
* `git` (to get Gluon and other dependencies) * `git` (to get Gluon and other dependencies)
* `python3` * `python3`
* `python3-dev`
* `python3-pyelftools`
* `python3-setuptools`
* `build-essential` * `build-essential`
* `ecdsautils` (to sign firmware, see `contrib/sign.sh`)
* `gawk` * `gawk`
* `unzip` * `unzip`
* `libncurses-dev` (actually `libncurses5-dev`) * `libncurses-dev` (actually `libncurses5-dev`)
...@@ -41,6 +43,8 @@ freshly installed Debian Bullseye system the following packages are required: ...@@ -41,6 +43,8 @@ freshly installed Debian Bullseye system the following packages are required:
* `rsync` * `rsync`
* `time` (built-in `time` doesn't work) * `time` (built-in `time` doesn't work)
* `qemu-utils` * `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. 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment