From 6b031d642635c21865ac8abd8222ceed281009e3 Mon Sep 17 00:00:00 2001 From: parazyd Date: Wed, 30 Oct 2019 19:05:07 +0100 Subject: [PATCH] Update with missing dependencies for kernel builds. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31bc80f..e94b0d9 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ as [libdevuansdk dependencies](https://github.com/dyne/libdevuansdk/blob/master/ ### Devuan ``` -curl git wget 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 libftdi-dev libfdt-dev swig libpython-dev bc +curl git wget 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 libftdi-dev libfdt-dev swig libpython-dev bc bison flex libssl-dev ``` ### Gentoo ``` -net-misc/curl net-misc/wget sys-boot/vboot-utils 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 +net-misc/curl net-misc/wget sys-boot/vboot-utils 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 sys-devel/flex sys-devel/bison ``` `sudo` permissions are required for the user that is running the build.