summaryrefslogtreecommitdiffstats
path: root/docs/install.html
diff options
context:
space:
mode:
authorAlex Hultman <alexhultman@gmail.com>2012-03-16 09:46:42 -0600
committerBrian Paul <brianp@vmware.com>2012-03-17 16:15:28 -0600
commitc3fe44c5f9e8e99059d2fe4d85f24cdae89875e2 (patch)
tree7b5e8f1500ba0b174aa1d2f5edde85c90bced8ca /docs/install.html
parentaec47e7d42ed58a7c63b36cff03c6c8dcfc71538 (diff)
downloadexternal_mesa3d-c3fe44c5f9e8e99059d2fe4d85f24cdae89875e2.zip
external_mesa3d-c3fe44c5f9e8e99059d2fe4d85f24cdae89875e2.tar.gz
external_mesa3d-c3fe44c5f9e8e99059d2fe4d85f24cdae89875e2.tar.bz2
docs: add info for installing dependencies on fedora
Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/install.html')
-rw-r--r--docs/install.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/install.html b/docs/install.html
index 0d5bab2..46d0b4c 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -68,6 +68,14 @@ version 2.4.15 or later
<li>Xorg server version 1.5 or later
</ul>
</p>
+<p>
+If you're using a fedora distro the following command should install all
+the needed dependencies:
+<pre>
+ sudo yum install flex bison imake libtool xorg-x11-proto-devel libdrm-devel \
+ gcc-c++ xorg-x11-server-devel libXi-devel libXmu-devel libXdamage-devel git \
+ expat-devel llvm-devel
+</pre>
<a name="autoconf">