add missing dependencies

This commit is contained in:
parazyd 2016-09-30 22:36:59 +02:00
parent 5ec21ccff5
commit ee62e34e4a
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ arm-sdk is designed to be used interactively from a terminal, as well as
from shell scripts. It requires the following packages to be installed:
```
zsh sudo xz-utils qemu-user-static git-core curl wget perl
zsh sudo xz-utils qemu-user-static git-core curl wget perl build-essential gcc-arm-none-eabi gcc-multilib lib32z1 u-boot-tools device-tree-compiler lzop
```
It also uses the [Zuper](https://github.com/dyne/zuper) zsh library, which
@ -28,7 +28,7 @@ zsh curl sed awk hexdump
For Devuan, which is using `libdevuansdk`, additional packages are needed:
```
debootstrap cgpt xz-utils kpartx
debootstrap cgpt xz-utils kpartx parted
```
## Initial setup