Author: randy
Date: 2005-04-26 18:35:26 -0600 (Tue, 26 Apr 2005)
New Revision: 3804

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/sdl.xml
Log:
Added HTML documentation installation to the SDL instructions

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2005-04-26 21:36:50 UTC 
(rev 3803)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2005-04-27 00:35:26 UTC 
(rev 3804)
@@ -23,7 +23,8 @@
 <itemizedlist>
 
 <listitem><para>April 26th, 2005 [randy]: Updated to GStreamer-0.8.9; added 
-a download URL for the PassiveTeX dependency in the libvorbis 
+a download URL to the PassiveTeX dependency in the libvorbis instructions; 
+added installation of HTML documentation to the SDL 
 instructions.</para></listitem>
 
 <listitem><para>April 24th, 2005 [dj]: Updated to JDK-1.5.0, added gcc-3.4.2+

Modified: trunk/BOOK/multimedia/libdriv/sdl.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/sdl.xml       2005-04-26 21:36:50 UTC (rev 
3803)
+++ trunk/BOOK/multimedia/libdriv/sdl.xml       2005-04-27 00:35:26 UTC (rev 
3804)
@@ -6,9 +6,9 @@
   <!ENTITY sdl-download-http 
"http://www.libsdl.org/release/SDL-&sdl-version;.tar.gz";>
   <!ENTITY sdl-download-ftp  " ">
   <!ENTITY sdl-md5sum        "37aaf9f069f9c2c18856022f35de9f8c">
-  <!ENTITY sdl-size          "2.5 MB">
-  <!ENTITY sdl-buildsize     "33 MB">
-  <!ENTITY sdl-time          "0.99 SBU">
+  <!ENTITY sdl-size          "2.6 MB">
+  <!ENTITY sdl-buildsize     "36 MB">
+  <!ENTITY sdl-time          "0.8 SBU">
 ]>
 
 <sect1 id="sdl" xreflabel="SDL-&sdl-version;">
@@ -68,9 +68,14 @@
 following commands:</para>
 
 <screen><userinput><command>./configure --prefix=/usr --disable-debug 
&amp;&amp;
-make &amp;&amp;
-make install</command></userinput></screen>
+make</command></userinput></screen>
 
+<para>Now, as the root user:</para>
+
+<screen><userinput role='root'><command>make install &amp;&amp;
+install -v -m755 -d /usr/share/doc/SDL-1.2.8/html &amp;&amp;
+install -v -m644 docs/html/*.html 
/usr/share/doc/SDL-1.2.8/html</command></userinput></screen>
+
 </sect2>
 
 <sect2>

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