diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-02-12 19:43:41 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-02-12 19:44:25 +0000 |
commit | 5dc31f00e09b05a1271c4fe55c14ae900c427eae (patch) | |
tree | c068abea9e64c7edca2243604537f31189dab866 /etc | |
parent | 30dcbca828a6f11b74b9ee02c3957a4c82c2fd7e (diff) | |
download | midipix_build-5dc31f00e09b05a1271c4fe55c14ae900c427eae.tar.bz2 midipix_build-5dc31f00e09b05a1271c4fe55c14ae900c427eae.tar.xz |
groups/2*.native_packages_*.group: adds dependencies.
etc/README: updated.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,8 +13,8 @@ A Midipix distribution consists of the following: libraries such as ncurses, libressl, as well as Perl and Python. ## Build-time dependencies -* **Alpine Linux**: bzip2 cmake coreutils g++ gawk gcc git grep gzip libintl libmagic libtool linux-headers make musl-dev patch perl-xml-parser procps sed tar wget xz zip zlib-dev -* **Debian/-derived Linux**: bzip2 cmake curl g++ gawk gcc git grep gzip lzma make patch procps sed tar wget xz-utils zip +* **Alpine Linux**: bzip2 cmake coreutils g++ gawk gcc git grep gzip linux-headers lzip make musl-dev patch procps sed tar wget xz zip +* **Debian/-derived Linux**: bzip2 clzip cmake curl g++ gawk gcc git grep gzip lzma make patch procps sed tar wget xz-utils zip > N.B. Some packages (*coreutils*, *grep*, and *tar*, among others) override Alpine's BusyBox utilities of the same name, as the latter are either non- |