summaryrefslogtreecommitdiff
path: root/docs/fbdev-dri.html
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-04-18 20:17:14 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-04-18 20:17:14 +0000
commitf4b909bed00cf2b20280bd94be00a4db9d6aa832 (patch)
tree4cb3bc5442f71c6974c04ae6046e66af173af075 /docs/fbdev-dri.html
parenteca88f80195334bd8f1d9be6433468c0a1f48082 (diff)
updated instructions for new directory tree and makefile system
Diffstat (limited to 'docs/fbdev-dri.html')
-rw-r--r--docs/fbdev-dri.html15
1 files changed, 9 insertions, 6 deletions
diff --git a/docs/fbdev-dri.html b/docs/fbdev-dri.html
index 991ef3bcc6..1c56478ca6 100644
--- a/docs/fbdev-dri.html
+++ b/docs/fbdev-dri.html
@@ -48,13 +48,16 @@ The fbdev/DRI Mesa code is in the Mesa CVS trunk (to be released as Mesa
Assuming you're starting with a fresh Mesa CVS checkout, do the following:
</p>
<pre>
- cd Mesa-newtree
- cp Makefile.X11 Makefile # or use a symlink
make linux-solo
</pre>
<p>
-When this is finished, check the <code>Mesa-newtree/lib</code> directory
+If you previously built the source tree, run <code>make realclean</code>
+first to remove the old object files.
+</p>
+
+<p>
+When this is finished, check the <code>Mesa/lib</code> directory
to verify that the following files were made:
</p>
@@ -141,7 +144,7 @@ old, you'll have to compile/install a newer one from the DRI project.
<h2>3.2 Configuration File</h2>
<p>
-The <code>Mesa-newtree/lib/miniglx.conf</code> file should be installed
+The <code>Mesa/lib/miniglx.conf</code> file should be installed
in <code>/etc/</code>.
</p>
@@ -156,11 +159,11 @@ Comments in the file explain the options.
<p>
Make sure your LD_LIBRARY_PATH environment variable is set to the
-<code>Mesa-newtree/lib/</code> directory.
+<code>Mesa/lib/</code> directory.
</p>
<p>
-Change to the <code>Mesa-newtree/progs/miniglx/</code> directory and
+Change to the <code>Mesa/progs/miniglx/</code> directory and
start the sample_server program in the background:
</p>
<pre>