diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-02-14 14:32:06 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-02-14 14:32:06 (GMT) |
commit | 92189500ce1b8481e12c7815dd9ee24970689180 (patch) | |
tree | 77f51adf7706dc3b21055c0bcfb13934bca78d72 | |
parent | 3a464b819d3b72f4d60c3d2c30474bf1824e8950 (diff) | |
download | mxe-92189500ce1b8481e12c7815dd9ee24970689180.zip mxe-92189500ce1b8481e12c7815dd9ee24970689180.tar.gz mxe-92189500ce1b8481e12c7815dd9ee24970689180.tar.bz2 |
more explicit installation command for FreeBSD (by Tony Theodore)
-rw-r--r-- | doc/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html index 533b0db..2fde08e 100644 --- a/doc/index.html +++ b/doc/index.html @@ -587,8 +587,9 @@ USE_OSGPLUGIN(<plugin2>) <h3 id="requirements-freebsd">FreeBSD</h3> <!-- http://www.freebsd.org/ports/ --> - <pre>pkg_add -r automake110 bash bison cmake gmake gsed \ - libtool openssl pkg-config scons unzip wget</pre> + <pre>pkg_add -r automake110 autoconf262 bash bison cmake \ + gmake gsed libtool openssl perl pkg-config \ + scons unzip wget</pre> <p> On 64-bit FreeBSD, |