diff options
author | Alex Hultman <[email protected]> | 2012-03-16 09:46:42 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-03-17 16:15:28 -0600 |
commit | c3fe44c5f9e8e99059d2fe4d85f24cdae89875e2 (patch) | |
tree | 7b5e8f1500ba0b174aa1d2f5edde85c90bced8ca /docs/install.html | |
parent | aec47e7d42ed58a7c63b36cff03c6c8dcfc71538 (diff) |
docs: add info for installing dependencies on fedora
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs/install.html')
-rw-r--r-- | docs/install.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/install.html b/docs/install.html index 0d5bab249e6..46d0b4c7b01 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"> |