From 49cb895f5fab96085e289ab8595c8e2133fab5b7 Mon Sep 17 00:00:00 2001 From: Anupam Basak Date: Fri, 2 Jul 2021 12:22:53 +0530 Subject: [PATCH] Update dependency list --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index b6a396c..94b52fe 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,19 @@ The dependencies are: - aarch64-linux-gnu- toolchain - u-boot tools - mtools +- bison +- flex +- cpio + +#### To install the build dependencies in Arch : +```bash +sudo pacman -S aarch64-linux-gnu-gcc uboot-tools mtools cpio bison flex +``` + +#### To install the build dependencies in Ubuntu/Debian : +```bash +sudo apt install gcc-aarch64-linux-gnu u-boot-tools mtools cpio bison flex +``` Additional dependencies for the Purism Librem 5: - arm-none-eabi- toolchain