Author: randy
Date: 2010-11-09 06:42:05 -0700 (Tue, 09 Nov 2010)
New Revision: 8676

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/x/lib/mesalib.xml
Log:
Added documentation installation commands to the MesaLib instructions

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2010-11-09 02:16:04 UTC 
(rev 8675)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2010-11-09 13:42:05 UTC 
(rev 8676)
@@ -45,6 +45,10 @@
       <para>November 9th, 2010</para>
       <itemizedlist>
         <listitem>
+          <para>[randy] - Added documentation installation commands to the
+          MesaLib instructions.</para>
+        </listitem>
+        <listitem>
           <para>[randy] - Modified the libatomic_ops instructions so that the
           documentation is installed in a versioned directory.</para>
         </listitem>

Modified: trunk/BOOK/x/lib/mesalib.xml
===================================================================
--- trunk/BOOK/x/lib/mesalib.xml        2010-11-09 02:16:04 UTC (rev 8675)
+++ trunk/BOOK/x/lib/mesalib.xml        2010-11-09 13:42:05 UTC (rev 8676)
@@ -124,7 +124,10 @@
 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
-<screen role="root"><userinput>make install</userinput></screen>
+<screen role="root"><userinput>make install &amp;&amp;
+install -v -m755 -d ${XORG_PREFIX}/share/doc/MesaLib-&mesalib-version; 
&amp;&amp;
+install -v -m644    docs/* \
+                    
${XORG_PREFIX}/share/doc/MesaLib-&mesalib-version;</userinput></screen>
 
     <para>If you built the demo programs, install them using the following
     command as the <systemitem class="username">root</systemitem> user:</para>
@@ -161,14 +164,15 @@
     <title>Contents</title>
 
     <segmentedlist>
-      <segtitle>Installed Programs (optional)</segtitle>
+      <segtitle>Optionally Installed Programs</segtitle>
       <segtitle>Installed Libraries</segtitle>
       <segtitle>Installed Directories</segtitle>
 
       <seglistitem>
         <seg>glxgears and glxinfo</seg>
         <seg>libEGL.so, libGL.so, libGLU.so, libGLw.so, and *_dri.so</seg>
-        <seg><envar>$XORG_PREFIX</envar>/lib/dri and
+        <seg><envar>$XORG_PREFIX</envar>/include/{EGL,KHR},
+        <envar>$XORG_PREFIX</envar>/lib/{dri,egl}, and
         <envar>$XORG_PREFIX</envar>/share/doc/MesaLib-&mesalib-version;</seg>
       </seglistitem>
     </segmentedlist>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to