summaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-08-15 09:51:01 +0200
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-08-15 09:51:01 +0200
commit98b1bd995902be334f0119c69ea9ee8e7c7dad7c (patch)
tree8b8972182604b1632a1ffd631280baa73594a3a0 /etc
parent4dc82d6778dfb00258de7d1f9b9afff154b2276c (diff)
downloadmidipix_build-98b1bd995902be334f0119c69ea9ee8e7c7dad7c.tar.bz2
midipix_build-98b1bd995902be334f0119c69ea9ee8e7c7dad7c.tar.xz
etc/README.md: updated.
Diffstat (limited to 'etc')
-rw-r--r--etc/README.md22
1 files changed, 8 insertions, 14 deletions
diff --git a/etc/README.md b/etc/README.md
index 0555fe76..c423eb8c 100644
--- a/etc/README.md
+++ b/etc/README.md
@@ -87,20 +87,14 @@ amount of logical processors on the build host divided by two (2).
[//]: # "{{{ 2.1. Build-time dependencies"
### 2.1. Build-time dependencies
-* **Alpine Linux**: binutils bzip2 cmake coreutils curl findutils g++ gawk gcc
- git grep gzip libc-dev linux-headers lzip make musl-dev
- net-tools patch perl perl-xml-parser procps sed tar
- util-linux wget xz zip
-* **Debian/-derived Linux**: binutils bzip2 clzip cmake coreutils curl findutils g++ gawk
- gcc git grep gzip hostname libc6-dev libxml-parser-perl lzma
- make patch perl procps sed tar util-linux wget xz-utils zip
-* **Gentoo Linux**: binutils bzip2 cmake coreutils curl findutils gawk =gcc-7.5.0-r1 dev-vcs/git
- grep gzip lzip make patch perl dev-perl/XML-Parser procps sed tar util-linux
- wget xz-utils zip
-* **OpenSUSE Linux**: binutils bzip2 cmake coreutils curl findutils gawk gcc
- gcc-c++ git grep gzip hostname linux-glibc-devel lzip make
- patch perl perl-XML-Parser procps sed tar util-linux wget
- xz zip
+* **Alpine Linux**:
+ binutils bzip2 cmake coreutils curl findutils g++ gawk gcc git grep gzip libc-dev linux-headers lzip make musl-dev net-tools patch perl perl-xml-parser procps sed tar util-linux wget xz zip
+* **Debian/-derived Linux**:
+ binutils bzip2 clzip cmake coreutils curl findutils g++ gawk gcc git grep gzip hostname libc6-dev libxml-parser-perl lzma make patch perl procps sed tar util-linux wget xz-utils zip
+* **Gentoo Linux**:
+ binutils bzip2 cmake coreutils curl findutils gawk =gcc-7.5.0-r1 dev-vcs/git grep gzip lzip make patch perl dev-perl/XML-Parser procps sed tar util-linux wget xz-utils zip
+* **OpenSUSE Linux**:
+ binutils bzip2 cmake coreutils curl findutils gawk gcc gcc-c++ git grep gzip hostname linux-glibc-devel lzip make patch perl perl-XML-Parser procps sed tar util-linux wget xz zip
> N.B. Busybox is not supported. Awk implementations other than GNU Awk are not supported.