diff options
author | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2022-12-27 11:00:47 +0100 |
---|---|---|
committer | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2022-12-27 11:00:47 +0100 |
commit | f01b1e76b14690a99f52252f39c246463f71fe8e (patch) | |
tree | c4cfacd5a054a00009371b15f638701bdc69b7b6 | |
parent | aeb80b76a6200008ffb18bf147aa97eec330fde3 (diff) | |
download | midipix_build-f01b1e76b14690a99f52252f39c246463f71fe8e.tar.bz2 midipix_build-f01b1e76b14690a99f52252f39c246463f71fe8e.tar.xz |
etc/README.md: updated wrt. Arch Linux.
-rw-r--r-- | etc/README.md | 69 |
1 files changed, 36 insertions, 33 deletions
diff --git a/etc/README.md b/etc/README.md index 7cc712c9..7ddff24c 100644 --- a/etc/README.md +++ b/etc/README.md @@ -109,6 +109,8 @@ amount of logical processors on the build host divided by two (2). * **Alpine Linux**:
binutils bison bzip2 cmake coreutils curl findutils g++ gawk gcc git grep gzip libc-dev linux-headers lzip m4 make musl-dev net-tools patch perl perl-xml-parser procps sed tar util-linux wget xz zip
+* **Arch Linux**:
+ binutils bison bzip2 cmake coreutils curl findutils gawk gcc git grep gzip linux-headers lzip m4 make net-tools patch perl perl-xml-parser procps-ng sed tar util-linux wget xz zip
* **Debian/-derived Linux**:
binutils bison bzip2 cmake coreutils curl findutils g++ gawk gcc git grep gzip hostname libc6-dev libxml-parser-perl lzip m4 make patch perl procps sed tar util-linux wget xz-utils zip
* **Gentoo Linux**:
@@ -118,39 +120,40 @@ amount of logical processors on the build host divided by two (2). #### The distro matrix:
-| Alpine Linux: | Debian/-derived Linux: | Gentoo Linux: | OpenSUSE Linux: |
-| ----------------- | -------------------------- | -------------------- | ------------------- |
-| binutils | binutils | binutils | binutils |
-| bison | bison | bison | bison |
-| bzip2 | bzip2 | bzip2 | bzip2 |
-| cmake | cmake | cmake | cmake |
-| coreutils | coreutils | coreutils | coreutils |
-| curl | curl | curl | curl |
-| findutils | findutils | findutils | findutils |
-| g++ | g++ | - | gcc-c++ |
-| gawk | gawk | gawk | gawk |
-| gcc | gcc | =gcc-7.5.0-r1 | gcc |
-| git | git | dev-vcs/git | git |
-| grep | grep | grep | grep |
-| gzip | gzip | gzip | gzip |
-| - | hostname | - | hostname |
-| libc-dev | libc6-dev | - | linux-glibc-devel |
-| linux-headers | - | - | - |
-| lzip | lzip | lzip | lzip |
-| m4 | m4 | m4 | m4 |
-| make | make | make | make |
-| musl-dev | - | - | - |
-| net-tools | - | - | - |
-| patch | patch | patch | patch |
-| perl | perl | perl | perl |
-| perl-xml-parser | libxml-parser-perl | dev-perl/XML-Parser | perl-XML-Parser |
-| procps | procps | procps | procps |
-| sed | sed | sed | sed |
-| tar | tar | tar | tar |
-| util-linux | util-linux | util-linux | util-linux |
-| wget | wget | wget | wget |
-| xz | xz-utils | xz-utils | xz |
-| zip | zip | zip | zip |
+| Alpine Linux: | Arch Linux: | Debian/-derived Linux: | Gentoo Linux: | OpenSUSE Linux: |
+| --------------- | ------------------ | -------------------------- | ------------------- | ----------------- |
+| binutils | binutils | binutils | binutils | binutils |
+| bison | bison | bison | bison | bison |
+| bzip2 | bzip2 | bzip2 | bzip2 | bzip2 |
+| cmake | cmake | cmake | cmake | cmake |
+| coreutils | coreutils | coreutils | coreutils | coreutils |
+| curl | curl | curl | curl | curl |
+| findutils | findutils | findutils | findutils | findutils |
+| g++ | - | g++ | - | gcc-c++ |
+| gawk | gawk | gawk | gawk | gawk |
+| gcc | gcc | gcc | =gcc-7.5.0-r1 | gcc |
+| git | git | git | dev-vcs/git | git |
+| grep | grep | grep | grep | grep |
+| gzip | gzip | gzip | gzip | gzip |
+| - | - | hostname | - | hostname |
+| libc-dev | - | libc6-dev | - | linux-glibc-devel |
+| linux-headers | linux-headers | - | - | - |
+| lzip | lzip | lzip | lzip | lzip |
+| m4 | m4 | m4 | m4 | m4 |
+| make | make | make | make | make |
+| musl-dev | - | - | - | - |
+| net-tools | net-tools | - | - | - |
+| patch | patch | patch | patch | patch |
+| perl | perl | perl | perl | perl |
+| perl-xml-parser | perl-xml-parser | libxml-parser-perl | dev-perl/XML-Parser | perl-XML-Parser |
+| procps | procps-ng | procps | procps | procps |
+| sed | sed | sed | sed | sed |
+| tar | tar | tar | tar | tar |
+| util-linux | util-linux | util-linux | util-linux | util-linux |
+| - | vi | - | - | - |
+| wget | wget | wget | wget | wget |
+| xz | xz | xz-utils | xz-utils | xz |
+| zip | zip | zip | zip | zip |
> N.B. Busybox is not supported. Awk implementations other than GNU Awk are not supported.
|