arm-sdk

os build toolkit for various embedded devices
git clone https://git.parazyd.org/arm-sdk
Log | Files | Refs | Submodules | README | LICENSE

commit 9df18c083f44f772c8ea1a9d3b8edc68429f767b
parent ee62e34e4a3c3e3f5137e95c2a67e647398aaf99
Author: parazyd <parazyd@dyne.org>
Date:   Mon,  3 Oct 2016 13:37:43 +0200

update dependency list

Diffstat:
MREADME.md | 17+----------------
1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/README.md b/README.md @@ -13,22 +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 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 -needs the following: - -``` -zsh curl sed awk hexdump -``` - -### Specific distro requirements - -For Devuan, which is using `libdevuansdk`, additional packages are needed: - -``` -debootstrap cgpt xz-utils kpartx parted +sudo git-core zsh curl wget debootstrap cgpt xz-utils kpartx parted qemu-user-static build-essential rsync gcc-arm-none-eabi gcc-multilib lib32z1 u-boot-tools device-tree-compiler lzop ``` ## Initial setup