comparison DOCS/documentation.html @ 2903:6419efe7232b

*** empty log message ***
author gabucino
date Wed, 14 Nov 2001 17:07:17 +0000
parents 4a1802c5bbee
children 54e3d25b5962
comparison
equal deleted inserted replaced
2902:d47cbcdce1a8 2903:6419efe7232b
360 into your config file, <CODE>$HOME/.mplayer/config</CODE> .</P> 360 into your config file, <CODE>$HOME/.mplayer/config</CODE> .</P>
361 361
362 362
363 <P><B><A NAME=1.4>1.4. What about the GUI?</A></B></P> 363 <P><B><A NAME=1.4>1.4. What about the GUI?</A></B></P>
364 364
365 <P>The GUI needs GTK (it isn't GTK, but the panels are), so gtk (and it's devel stuff) has to be installed. 365 <P>The GUI needs GTK (it isn't GTK, but the panels are). The skins are stored
366 in PNG format, so gtk, libpng (and their devel stuff) has to be installed.
366 You can build it by specifying <CODE>--enable-gui</CODE> during ./configure . 367 You can build it by specifying <CODE>--enable-gui</CODE> during ./configure .
367 Then, to turn on GUI mode, you either 368 Then, to turn on GUI mode, you either
368 <UL> 369 <UL>
369 <LI>use the <CODE>-gui</CODE> option</LI> 370 <LI>use the <CODE>-gui</CODE> option</LI>
370 <LI>specify <CODE>gui=yes</CODE> in your config file</LI> 371 <LI>specify <CODE>gui=yes</CODE> in your config file</LI>