We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465789a commit 9e9054bCopy full SHA for 9e9054b
1 file changed
docs/devtools/packaging-for-ev3dev.md
@@ -28,6 +28,13 @@ you install *all* of the recommended packages. If you don't know what
28
If you haven't already, you will also need to [add the ev3dev archive to apt][ev3dev-archive].
29
Be sure to install the `ev3dev-archive-keyring` package. We will need it later.
30
31
+If you will be building for Raspberry Pi, you need to install the `raspbian-archive-keyring`
32
+package as well:
33
+
34
+ wget http://archive.raspbian.org/raspbian/pool/main/r/raspbian-archive-keyring/raspbian-archive-keyring_20120528.2_all.deb
35
+ sudo dpkg -i raspbian-archive-keyring_20120528.2_all.deb
36
+ rm raspbian-archive-keyring_20120528.2_all.deb
37
38
If you have never used `git` before, you need to configure your name and email.
39
In a terminal, run...
40
0 commit comments