summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory Smith <wolfy@treellama.org>2010-10-25 22:49:10 (GMT)
committerGregory Smith <wolfy@treellama.org>2010-10-25 22:49:10 (GMT)
commitd46c5f2345defff13222d914853882aed5931aaf (patch)
tree939cc72f2027bf4f93738fccd7b3a85ae4cb174e
parentc7af52f5d95f0d3413b4fd404c1131b8990c67ed (diff)
downloadmxe-d46c5f2345defff13222d914853882aed5931aaf.zip
mxe-d46c5f2345defff13222d914853882aed5931aaf.tar.gz
mxe-d46c5f2345defff13222d914853882aed5931aaf.tar.bz2
add requirements section for Fedora in the docs
-rw-r--r--doc/index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html
index 7a63aeb..7d55576 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -500,6 +500,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<ul class="compact-list">
<li><a href="#requirements-debian">Debian</a></li>
+ <li><a href="#requirements-fedora">Fedora</a></li>
<li><a href="#requirements-freebsd">FreeBSD</a></li>
<li><a href="#requirements-frugalware">Frugalware</a></li>
<li><a href="#requirements-gentoo">Gentoo</a></li>
@@ -625,6 +626,14 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<pre>aptitude install -R -t lenny-backports autoconf libtool \
xz-utils</pre>
+ <h3 id="requirements-fedora">Fedora</h3>
+
+ <!-- https://admin.fedoraproject.org/pkgdb/ -->
+ <pre>yum install autoconf automake bash bison bzip2 cmake \
+ flex gcc-c++ intltool make sed libtool \
+ openssl-devel patch perl pkgconfig scons \
+ yasm unzip wget xz</pre>
+
<h3 id="requirements-freebsd">FreeBSD</h3>
<!-- http://www.freebsd.org/ports/ -->