diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-02-14 12:10:49 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-02-14 12:15:07 +0000 |
commit | c3bcd77642eef559476e518f3dd95f7837d9e109 (patch) | |
tree | 6ef9acb7d222fd58ec1a3efab990e117f05687e3 /etc | |
parent | 0053baf6109f0e8d5fa887b0f98d6ea40ccd6dfa (diff) | |
download | midipix_build-c3bcd77642eef559476e518f3dd95f7837d9e109.tar.bz2 midipix_build-c3bcd77642eef559476e518f3dd95f7837d9e109.tar.xz |
etc/README: updated.
groups/231.native_packages_etc.group:apr_util:${PKG_MAKEFLAGS_BUILD}: build w/ -j1.
subr/{build_{args,init},ex_rtl{,_complex}}.subr: minor cleanup.
subr/{build_args,ex_rtl}.subr: purge leading whitespaces.
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 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 +* **Alpine Linux**: binutils bzip2 cmake coreutils findutils g++ gawk gcc git grep gzip libc-dev linux-headers lzip make musl-dev net-tools openssl patch procps sed tar wget xz zip +* **Debian/-derived Linux**: binutils bzip2 clzip cmake coreutils curl findutils g++ gawk gcc git grep gzip hostname libc6-dev lzma make openssl 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- |