diff options
author | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2022-10-23 14:43:37 +0200 |
---|---|---|
committer | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2022-10-23 14:43:37 +0200 |
commit | 32857195b2d54907f1aedbf87faaf54a32c81593 (patch) | |
tree | 1a688f89b72c3e983895af2c7a3799f53a2b935c | |
parent | 8667cfc78e048b82bcfca7c62ecd5cae8a0d884d (diff) | |
download | midipix_build-32857195b2d54907f1aedbf87faaf54a32c81593.tar.bz2 midipix_build-32857195b2d54907f1aedbf87faaf54a32c81593.tar.xz |
etc/README.md: updated wrt. bison host package dependency.
-rw-r--r-- | etc/README.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/README.md b/etc/README.md index 0d65430b..9e5cc493 100644 --- a/etc/README.md +++ b/etc/README.md @@ -108,19 +108,20 @@ amount of logical processors on the build host divided by two (2). ### 2.1.1. Build-time dependencies
* **Alpine Linux**:
- binutils 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
+ 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
* **Debian/-derived Linux**:
- binutils 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
+ 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**:
- binutils bzip2 cmake coreutils curl findutils gawk =gcc-7.5.0-r1 dev-vcs/git grep gzip lzip m4 make patch perl dev-perl/XML-Parser procps sed tar util-linux wget xz-utils zip
+ binutils bison bzip2 cmake coreutils curl findutils gawk =gcc-7.5.0-r1 dev-vcs/git grep gzip lzip m4 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 m4 make patch perl perl-XML-Parser procps sed tar util-linux wget xz zip
+ binutils bison bzip2 cmake coreutils curl findutils gawk gcc gcc-c++ git grep gzip hostname linux-glibc-devel lzip m4 make patch perl perl-XML-Parser procps sed tar util-linux wget xz zip
#### 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 |
|