mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
updated instructions for new directory tree and makefile system
This commit is contained in:
parent
eca88f8019
commit
f4b909bed0
1 changed files with 9 additions and 6 deletions
|
|
@ -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:
|
Assuming you're starting with a fresh Mesa CVS checkout, do the following:
|
||||||
</p>
|
</p>
|
||||||
<pre>
|
<pre>
|
||||||
cd Mesa-newtree
|
|
||||||
cp Makefile.X11 Makefile # or use a symlink
|
|
||||||
make linux-solo
|
make linux-solo
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>
|
<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:
|
to verify that the following files were made:
|
||||||
</p>
|
</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>
|
<h2>3.2 Configuration File</h2>
|
||||||
|
|
||||||
<p>
|
<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>.
|
in <code>/etc/</code>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
@ -156,11 +159,11 @@ Comments in the file explain the options.
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Make sure your LD_LIBRARY_PATH environment variable is set to the
|
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>
|
||||||
|
|
||||||
<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:
|
start the sample_server program in the background:
|
||||||
</p>
|
</p>
|
||||||
<pre>
|
<pre>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue