summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-07-08 04:16:52 (GMT)
committerGitHub <noreply@github.com>2017-07-08 04:16:52 (GMT)
commit94d849e1983e394c9f085d041541d8a671a4f67c (patch)
treeed4ec5cee2541602e781c30e95181d0cbfc142f7 /docs
parentc9c6613ca88f6df91d2036ddac660a9708a8341b (diff)
parent0fb4081281f630999cb7d8c9cc2c5b1ec064a08c (diff)
downloadmxe-94d849e1983e394c9f085d041541d8a671a4f67c.zip
mxe-94d849e1983e394c9f085d041541d8a671a4f67c.tar.gz
mxe-94d849e1983e394c9f085d041541d8a671a4f67c.tar.bz2
Merge pull request #1801 from tonytheodore/debian-libtool-doc
debian requirements: move libtool-bin to main section
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.