From f4b909bed00cf2b20280bd94be00a4db9d6aa832 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 18 Apr 2004 20:17:14 +0000 Subject: updated instructions for new directory tree and makefile system --- docs/fbdev-dri.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'docs') 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:

-   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:

@@ -141,7 +144,7 @@ old, you'll have to compile/install a newer one from the DRI project.

3.2 Configuration File

-The Mesa-newtree/lib/miniglx.conf file should be installed +The Mesa/lib/miniglx.conf file should be installed in /etc/.

@@ -156,11 +159,11 @@ Comments in the file explain the options.

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:

-- 
cgit v1.2.3