We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7769a6 commit 88c78feCopy full SHA for 88c78fe
README.md
@@ -14,7 +14,7 @@ for the Raspberry Pi Mouse.
14
```sh
15
$ git clone https://github.com/rt-net/RaspberryPiMouse.git
16
$ cd RaspberryPiMouse/utils
17
-$ sudo apt install raspberrypi-kernel-headers
+$ sudo apt install raspberrypi-kernel-headers build-essential
18
$ ./build_install.bash
19
```
20
@@ -23,7 +23,7 @@ $ ./build_install.bash
23
24
25
26
-$ sudo apt install linux-headers-$(uname -r)
+$ sudo apt install linux-headers-$(uname -r) build-essential
27
28
29
0 commit comments