List:Commits« Previous MessageNext Message »
From:plavin Date:December 7 2006 5:20pm
Subject:svn commit - mysqldoc@docsrva: r4155 - trunk/gui-common
View as plain text  
Author: plavin
Date: 2006-12-07 17:20:37 +0100 (Thu, 07 Dec 2006)
New Revision: 4155

Log:
Installation of HTML widget may also be necessary when using RPM files

Modified:
   trunk/gui-common/installation-all.xml


Modified: trunk/gui-common/installation-all.xml
===================================================================
--- trunk/gui-common/installation-all.xml	2006-12-07 15:57:17 UTC (rev 4154)
+++ trunk/gui-common/installation-all.xml	2006-12-07 16:20:37 UTC (rev 4155)
Changed blocks: 2, Lines Added: 5, Lines Deleted: 8; 1145 bytes

@@ -207,16 +207,13 @@
         Linux (RHEL) 3 and 4, Fedora Core 5 (FC5), and SuSE Linux
         10.x. For FC5 and SuSE the <literal>gtkmm24</literal> toolkit
         is a requirement for installing the RPM version of
-        &gui_tools;. On FC5 you may install this toolkit from the
+        &gui_tools;. You may also need to install the 
+        widget for displaying HTML pages. On FC5 you may install these RPMs from the
         command line in the following way:
       </para>
-      
-      <para>
-        <remark>Note packages needed here</remark>
-      </para>
-      
+           
       <programlisting>
-shell&gt; yum install gtkmm24
+shell&gt; yum install gtkmm24 gtkhtml2
  </programlisting>
       
       <para>

@@ -224,7 +221,7 @@
       </para>
       
       <programlisting>
-shell&gt; yast2 -i gtkmm24
+shell&gt; yast2 -i gtkmm24 gtkhtml2
  </programlisting>
       
       <note>


Thread
svn commit - mysqldoc@docsrva: r4155 - trunk/gui-commonplavin7 Dec