Skip to content

Commit dc471d6

Browse files
progerJamesH65
authored andcommitted
building.md: mention make (raspberrypi#1354)
You also need make to run the build.
1 parent 7888712 commit dc471d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linux/kernel/building.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ On a Raspberry Pi, first install the latest version of [Raspbian](https://www.ra
99
First install Git and the build dependencies:
1010

1111
```bash
12-
sudo apt install git bc bison flex libssl-dev
12+
sudo apt install git bc bison flex libssl-dev make
1313
```
1414

1515
Next get the sources, which will take some time:
@@ -116,7 +116,7 @@ See [**Choosing sources**](#choosing_sources) above for instructions on how to c
116116

117117
To build the sources for cross-compilation, make sure you have the dependencies needed on your machine by executing:
118118
```bash
119-
sudo apt install git bc bison flex libssl-dev
119+
sudo apt install git bc bison flex libssl-dev make
120120
```
121121
If you find you need other things, please submit a pull request to change the documentation.
122122

0 commit comments

Comments
 (0)