Skip to content

Commit 262d5ce

Browse files
authored
Update building.md
1 parent 2b1570a commit 262d5ce

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

linux/kernel/building.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,14 @@ also a Debian distribution, it means many aspects are similar, such as the comma
8484

8585
You can either do this using VirtualBox (or VMWare) on Windows, or install it directly onto your computer. For reference, you can follow instructions online [at Wikihow](http://www.wikihow.com/Install-Ubuntu-on-VirtualBox).
8686

87+
### Build dependencies
88+
89+
First install the required build dependencies.
90+
91+
```bash
92+
sudo apt install git bc bison flex libssl-dev
93+
```
94+
8795
### Install toolchain
8896

8997
Use the following command to download the toolchain to the home folder:

0 commit comments

Comments
 (0)