diff options
author | Tony Theodore <tonyt@logyst.com> | 2021-02-27 10:26:20 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2021-02-27 10:26:20 (GMT) |
commit | fae28ef1a35f7fe3898f0751428e31ec78572f51 (patch) | |
tree | c496e26a445330a2cd5225d0991465e58ebac821 | |
parent | 29bdf5b0692e1032eb1aa648f39a22f923a3d29d (diff) | |
download | mxe-fae28ef1a35f7fe3898f0751428e31ec78572f51.zip mxe-fae28ef1a35f7fe3898f0751428e31ec78572f51.tar.gz mxe-fae28ef1a35f7fe3898f0751428e31ec78572f51.tar.bz2 |
docs: add alpine requirements
-rw-r--r-- | docs/index.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index 34e0fb4..d27c8c0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -622,6 +622,7 @@ USE_OSGPLUGIN(<plugin2>) </p> <ul class="compact-list"> + <li><a href="#requirements-alpine">Alpine</a></li> <li><a href="#requirements-debian">Debian/Ubuntu</a></li> <li><a href="#requirements-fedora">Fedora/Red Hat/CentOS</a></li> <li><a href="#requirements-freebsd">FreeBSD</a></li> @@ -756,6 +757,39 @@ USE_OSGPLUGIN(<plugin2>) </tr> </table> + <h3 id="requirements-alpine">Alpine</h3> + + <!-- https://pkgs.alpinelinux.org/packages/ --> + <pre>apk add \ + autoconf \ + automake \ + bash \ + binutils \ + bison \ + bzip2 \ + flex \ + g++ \ + gdk-pixbuf \ + gettext \ + git \ + gperf \ + intltool \ + libtool \ + linux-headers \ + lzip \ + make \ + openssl \ + openssl-dev \ + p7zip \ + patch \ + perl \ + python3 \ + ruby \ + unzip \ + wget \ + xz \ + zlib</pre> + <h3 id="requirements-debian">Debian and derivatives</h3> <!-- https://www.debian.org/distrib/packages#search_packages --> |