Mesa (master): docs: add info for installing dependencies on fedora

Brian Paul brianp at kemper.freedesktop.org
Sat Mar 17 22:39:32 UTC 2012


Module: Mesa
Branch: master
Commit: c3fe44c5f9e8e99059d2fe4d85f24cdae89875e2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c3fe44c5f9e8e99059d2fe4d85f24cdae89875e2

Author: Alex Hultman <alexhultman at gmail.com>
Date:   Fri Mar 16 09:46:42 2012 -0600

docs: add info for installing dependencies on fedora

Signed-off-by: Brian Paul <brianp at vmware.com>

---

 docs/install.html |    8 ++++++++
 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">




More information about the mesa-commit mailing list