aboutsummaryrefslogtreecommitdiff
path: root/mesalib/docs/install.html
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/docs/install.html')
-rw-r--r--mesalib/docs/install.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/mesalib/docs/install.html b/mesalib/docs/install.html
index 0d5bab249..46d0b4c7b 100644
--- a/mesalib/docs/install.html
+++ b/mesalib/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">