summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2021-02-27 10:26:20 (GMT)
committerTony Theodore <tonyt@logyst.com>2021-02-27 10:26:20 (GMT)
commitfae28ef1a35f7fe3898f0751428e31ec78572f51 (patch)
treec496e26a445330a2cd5225d0991465e58ebac821
parent29bdf5b0692e1032eb1aa648f39a22f923a3d29d (diff)
downloadmxe-fae28ef1a35f7fe3898f0751428e31ec78572f51.zip
mxe-fae28ef1a35f7fe3898f0751428e31ec78572f51.tar.gz
mxe-fae28ef1a35f7fe3898f0751428e31ec78572f51.tar.bz2
docs: add alpine requirements
-rw-r--r--docs/index.html34
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(&lt;plugin2&gt;)
</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(&lt;plugin2&gt;)
</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 -->