mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
additional correction for R6 in mesalib
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6046 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
78f4c3e980
commit
ff55539b3c
@ -124,10 +124,20 @@
|
||||
System into any prefix other than
|
||||
<filename class="directory">/usr</filename>:</para>
|
||||
|
||||
<screen role="root"><userinput>bin/installmesa <replaceable><PREFIX></replaceable> &&
|
||||
mkdir -v -p <replaceable><PREFIX></replaceable>/lib/X11/modules/dri &&
|
||||
<screen role="root"><userinput>bin/installmesa <replaceable><PREFIX></replaceable></userinput></screen>
|
||||
|
||||
<para>While still the root user, install the modules for
|
||||
Xorg-&xorg7-version; with the following commands.</para>
|
||||
|
||||
<screen role="root"><userinput>mkdir -v -p <replaceable><PREFIX></replaceable>/lib/X11/modules/dri &&
|
||||
install -v -m755 lib/*dri* <replaceable><PREFIX></replaceable>/lib/X11/modules/dri</userinput></screen>
|
||||
|
||||
<para>For Xorg-&xorg-version; <!-- or XFree86-&xfree86-version; -->, use
|
||||
these commands instead:</para>
|
||||
|
||||
<screen role="root"><userinput>mkdir -v -p <replaceable><PREFIX></replaceable>/lib/modules/dri &&
|
||||
install -v -m755 lib/*dri* <replaceable><PREFIX></replaceable>/lib/modules/dri</userinput></screen>
|
||||
|
||||
<para>If you've extracted the Demos package as well, then
|
||||
build the test programs with the following commands:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user