You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/user/getting_started.rst
+5-1
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,10 @@ freshly installed Debian Bullseye system the following packages are required:
29
29
30
30
* `git` (to get Gluon and other dependencies)
31
31
* `python3`
32
+
* `python3-dev`
33
+
* `python3-pyelftools`
34
+
* `python3-setuptools`
32
35
* `build-essential`
33
-
* `ecdsautils` (to sign firmware, see `contrib/sign.sh`)
34
36
* `gawk`
35
37
* `unzip`
36
38
* `libncurses-dev` (actually `libncurses5-dev`)
@@ -41,6 +43,8 @@ freshly installed Debian Bullseye system the following packages are required:
41
43
* `rsync`
42
44
* `time` (built-in `time` doesn't work)
43
45
* `qemu-utils`
46
+
* `ecdsautils` (to sign firmware, see `contrib/sign.sh`)
47
+
* `swig`
44
48
45
49
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 commit comments