From fb48bde076ba592337a6fe31532e1da9003ada2d Mon Sep 17 00:00:00 2001 From: Anupam Basak Date: Fri, 2 Jul 2021 13:07:56 +0530 Subject: [PATCH] Update dependency list and install commands --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94b52fe..6391529 100644 --- a/README.md +++ b/README.md @@ -49,15 +49,24 @@ The dependencies are: - bison - flex - cpio +- make +- wget +- swig +- bc +- python3 +- python3 distutils +- parted +- mkfs.fat +- udev #### To install the build dependencies in Arch : ```bash -sudo pacman -S aarch64-linux-gnu-gcc uboot-tools mtools cpio bison flex +sudo pacman -S aarch64-linux-gnu-gcc uboot-tools mtools cpio bison flex make wget swig bc python python-distlib parted dosfstools ``` #### To install the build dependencies in Ubuntu/Debian : ```bash -sudo apt install gcc-aarch64-linux-gnu u-boot-tools mtools cpio bison flex +sudo apt install gcc-aarch64-linux-gnu u-boot-tools mtools cpio bison flex make wget swig bc python3 python3-distutils parted dosfstools udev ``` Additional dependencies for the Purism Librem 5: