Specify libarchive-tools is required to build SCALE

This commit adds changes to specify that libarchive-tools is required to build scale as we use a util which this provides i.e bsdtar in generating mtree of critical datasets.
This commit is contained in:
Waqar Ahmed
2024-08-13 08:58:06 +05:00
parent b6308dc644
commit d84bd598b5

View File

@@ -27,6 +27,7 @@ In addition to the host, you will want to pre-install the following packages:
* squashfs-tools
* rsync
* unzip
* libarchive-tools
``` % sudo apt install build-essential debootstrap git python3-pip python3-venv squashfs-tools unzip libjson-perl rsync```