Skip to content

Commit

Permalink
docs: user/getting_started: add dependencies
Browse files Browse the repository at this point in the history
Changing the docs as well was missed in b1cdcc8

Reported-in: freifunk-gluon#3414
Reported-by: [email protected]
  • Loading branch information
herbetom committed Jan 15, 2025
1 parent ab1c311 commit c0c98ec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/user/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand All @@ -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.

Expand Down

0 comments on commit c0c98ec

Please sign in to comment.