Update dependency list
This commit is contained in:
parent
be697e378d
commit
49cb895f5f
13
README.md
13
README.md
|
@ -46,6 +46,19 @@ The dependencies are:
|
|||
- aarch64-linux-gnu- toolchain
|
||||
- u-boot tools
|
||||
- mtools
|
||||
- bison
|
||||
- flex
|
||||
- cpio
|
||||
|
||||
#### To install the build dependencies in Arch :
|
||||
```bash
|
||||
sudo pacman -S aarch64-linux-gnu-gcc uboot-tools mtools cpio bison flex
|
||||
```
|
||||
|
||||
#### To install the build dependencies in Ubuntu/Debian :
|
||||
```bash
|
||||
sudo apt install gcc-aarch64-linux-gnu u-boot-tools mtools cpio bison flex
|
||||
```
|
||||
|
||||
Additional dependencies for the Purism Librem 5:
|
||||
- arm-none-eabi- toolchain
|
||||
|
|
Loading…
Reference in New Issue