From c358d9f686884bc16d6e8bb2f4999578b15fe681 Mon Sep 17 00:00:00 2001 From: parazyd Date: Mon, 15 May 2017 13:58:43 +0200 Subject: [PATCH] update readme with gentoo dependencies --- README.md | 8 ++++++++ lib/libdevuansdk | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 391ff3a..eb06107 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,18 @@ support multiple Linux distributions. 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: + +### Devuan + ``` 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 dosfstools vboot-utils vboot-kernel-utils ``` +### Gentoo +``` +app-admin/sudo dev-vcs/git app-shells/zsh net-misc/curl net-misc/wget dev-util/debootstrap sys-boot/vboot-utils app-arch/xz-utils sys-block/parted app-emulation/qemu(static-user) net-misc/rsync sys-libs/zlib dev-embedded/u-boot-tools sys-apps/dtc app-arch/lzop sys-fs/dosfstools +``` + `sudo` permissions are required for the user that is running the build. ## Initial setup diff --git a/lib/libdevuansdk b/lib/libdevuansdk index 6a0fb10..23cc6fc 160000 --- a/lib/libdevuansdk +++ b/lib/libdevuansdk @@ -1 +1 @@ -Subproject commit 6a0fb10b6db8c62cff5d8d4979d09aafd0dbd976 +Subproject commit 23cc6fc711360faae31bd27fce5dc79b13d037b1