summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-07-28 22:49:06 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-07-28 22:49:06 (GMT)
commit213aec804fb7803a798fb38d508679fe79645cd4 (patch)
tree023c32e8bd2719feca8a965af4b1f8192d3ae4b5
parent270f686e9302adde931726337c58b421840cebb0 (diff)
downloadmxe-213aec804fb7803a798fb38d508679fe79645cd4.zip
mxe-213aec804fb7803a798fb38d508679fe79645cd4.tar.gz
mxe-213aec804fb7803a798fb38d508679fe79645cd4.tar.bz2
Add autopoint to the list of `apt-get install`'s
Fixes #437.
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index e30d6d6..56ab3a1 100644
--- a/index.html
+++ b/index.html
@@ -702,7 +702,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<!-- http://www.debian.org/distrib/packages#search_packages -->
<pre>apt-get install \
- autoconf automake bash bison bzip2 cmake flex gettext \
+ autoconf automake autopoint bash bison bzip2 cmake flex gettext \
git g++ gperf intltool libffi-dev libtool libltdl-dev \
libssl-dev libxml-parser-perl make openssl patch perl \
pkg-config python ruby scons sed unzip wget xz-utils</pre>