tadd missing dependencies - arm-sdk - os build toolkit for various embedded devices HTML git clone https://git.parazyd.org/arm-sdk DIR Log DIR Files DIR Refs DIR Submodules DIR README DIR LICENSE --- DIR commit ee62e34e4a3c3e3f5137e95c2a67e647398aaf99 DIR parent 5ec21ccff5a5d415625854bc320d5701220a9cd9 HTML Author: parazyd <parazyd@dyne.org> Date: Fri, 30 Sep 2016 22:36:59 +0200 add missing dependencies Diffstat: M README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- DIR diff --git a/README.md b/README.md t@@ -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 t@@ -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