summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-07-01 13:01:47 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-07-01 13:01:47 (GMT)
commit0fb4081281f630999cb7d8c9cc2c5b1ec064a08c (patch)
treec6e175609b37f4923bd57f25f884aab18f47f6de /docs
parent15c41279669fc0ba5b96d894373cb193803037be (diff)
downloadmxe-0fb4081281f630999cb7d8c9cc2c5b1ec064a08c.zip
mxe-0fb4081281f630999cb7d8c9cc2c5b1ec064a08c.tar.gz
mxe-0fb4081281f630999cb7d8c9cc2c5b1ec064a08c.tar.bz2
debian requirements: move libtool-bin to main section
See: https://github.com/mxe/mxe/issues/593#issuecomment-300228919
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html
index fbf8e0d..9eeac50 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -681,7 +681,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<pre>apt-get install \
autoconf automake autopoint bash bison bzip2 flex gettext\
git g++ gperf intltool libffi-dev libgdk-pixbuf2.0-dev \
- libtool libltdl-dev libssl-dev libxml-parser-perl make \
+ libtool-bin libltdl-dev libssl-dev libxml-parser-perl make \
openssl p7zip-full patch perl pkg-config python ruby scons \
sed unzip wget xz-utils</pre>
@@ -691,10 +691,9 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<pre>apt-get install g++-multilib libc6-dev-i386</pre>
<p>
- On Debian Jessie (8) or Ubuntu Utopic (14.10) or later,
- install also:
+ Prior to Debian Jessie (8) or Ubuntu Utopic (14.10),
+ install <code>libtool</code> instead of <code>libtool-bin</code>.
</p>
- <pre>apt-get install libtool-bin</pre>
<p>
Only the <a href="https://www.debian.org/releases/stable/">latest Debian stable series</a> is supported.