From fae4cbfb71e3aa0a3330d1f02fd8e75aa21b6684 Mon Sep 17 00:00:00 2001 From: parazyd Date: Mon, 24 Jul 2017 20:40:51 +0200 Subject: [PATCH] list lzop as a dependency --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb06107..ecc33b5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ 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 +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 lzop ``` ### Gentoo @@ -30,6 +30,12 @@ By executing `init.sh` which is found in the base directory of arm-sdk, it will initialize all git submodules and gcc toolchains that are needed for arm-sdk to properly function. +Do it with: + +``` +; ./init.sh +``` + ## Quick start Edit the `config` file to match your crosscompile toolchain. `init.sh` will