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: