Update dependency list and install commands

This commit is contained in:
Anupam Basak 2021-07-02 13:07:56 +05:30
parent 49cb895f5f
commit fb48bde076

View File

@ -49,15 +49,24 @@ The dependencies are:
- bison - bison
- flex - flex
- cpio - cpio
- make
- wget
- swig
- bc
- python3
- python3 distutils
- parted
- mkfs.fat
- udev
#### To install the build dependencies in Arch : #### To install the build dependencies in Arch :
```bash ```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 : #### To install the build dependencies in Ubuntu/Debian :
```bash ```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: Additional dependencies for the Purism Librem 5: