summaryrefslogtreecommitdiff
path: root/docs/install.html
diff options
context:
space:
mode:
authorAndreas Boll <andreas.boll.dev@gmail.com>2012-06-12 09:05:22 +0200
committerBrian Paul <brianp@vmware.com>2012-06-12 08:03:30 -0600
commitdf2be226d9ca6772eb4615ce0670e66667b86691 (patch)
tree5187783b08e5f4f616a548773b6126b64013d97e /docs/install.html
parent703a662c1582794a5a0b29bb2ff5a5e04149a3e6 (diff)
docs: fix html end/start tags
for more well-formed html Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/install.html')
-rw-r--r--docs/install.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/install.html b/docs/install.html
index 2a59545b2e..52fa3bcd5d 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -19,7 +19,7 @@
<li><a href="#scons">Building with SCons (Windows/Linux)</a>
<li><a href="#other">Building for other systems</a>
<li><a href="#libs">Library Information</a>
-<li><a href="#pkg-config">Building OpenGL programs with pkg-config
+<li><a href="#pkg-config">Building OpenGL programs with pkg-config</a>
</ol>
@@ -61,10 +61,10 @@ version 2.4.33 or later
<li>Xorg server version 1.5 or later
<li>Linux 2.6.28 or later
</ul>
-</p>
<p>
If you're using a fedora distro the following command should install all
the needed dependencies:
+</p>
<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 \
@@ -82,11 +82,13 @@ The primary method to build Mesa on Unix systems is with autoconf.
<p>
The general approach is the standard:
+</p>
<pre>
./configure
make
sudo make install
</pre>
+<p>
But please read the <a href="autoconf.html">detailed autoconf instructions</a>
for more details.
</p>