diff --git a/docs/fbdev-dri.html b/docs/fbdev-dri.html index 991ef3bcc67..1c56478ca66 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:
- cd Mesa-newtree
- cp Makefile.X11 Makefile # or use a symlink
make linux-solo
-When this is finished, check the Mesa-newtree/lib directory
+If you previously built the source tree, run make realclean
+first to remove the old object files.
+
+When this is finished, check the Mesa/lib directory
to verify that the following files were made:
-The Mesa-newtree/lib/miniglx.conf file should be installed
+The Mesa/lib/miniglx.conf file should be installed
in /etc/.
Make sure your LD_LIBRARY_PATH environment variable is set to the
-Mesa-newtree/lib/ directory.
+Mesa/lib/ directory.
-Change to the Mesa-newtree/progs/miniglx/ directory and
+Change to the Mesa/progs/miniglx/ directory and
start the sample_server program in the background: