mirror of https://github.com/mpv-player/mpv
bad GUI usage instructions fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9978 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1e27fe3e81
commit
636bbe7d83
|
@ -835,11 +835,8 @@
|
|||
are stored in PNG format, so gtk, libpng (and their devel stuff, usually
|
||||
called gtk-dev and libpng-dev) has to be installed.
|
||||
You can build it by specifying <CODE>--enable-gui</CODE> during
|
||||
<CODE>./configure</CODE>. Then, to turn on GUI mode, you either</P>
|
||||
<UL>
|
||||
<LI>specify <CODE>gui=yes</CODE> in your config file</LI>
|
||||
<LI><CODE>ln -s $PREFIX/bin/mplayer $PREFIX/bin/gmplayer</CODE> ,
|
||||
and call <CODE>gmplayer</CODE> instead.</LI>
|
||||
<CODE>./configure</CODE>. Then, to turn on GUI mode, you have to</P>
|
||||
execute the <CODE>gmplayer</CODE> binary.</LI>
|
||||
</UL>
|
||||
|
||||
<P>Currently you can't use the <CODE>-gui</CODE> option on the command line,
|
||||
|
|
|
@ -822,14 +822,10 @@
|
|||
|
||||
<P>A grafikus felület GTK 1.2.x-et és libpng-t használ, így ezeket és a
|
||||
fejlesztői csomagjait (általában gtk-dev és libpng-dev)
|
||||
fel kell installálni. A lefordításhoz meg
|
||||
kell adni a <CODE>--enable-gui</CODE> opciót a ./configure-nak. Ezután, a GUI
|
||||
mód bekapcsolásához:</P>
|
||||
|
||||
<UL>
|
||||
<LI>írd be a <CODE>gui=yes</CODE> sort a konfigurációs file-ba, vagy</LI>
|
||||
<LI><CODE>ln -s $PREFIX/bin/mplayer $PREFIX/bin/gmplayer</CODE>,
|
||||
és a <CODE>gmplayer</CODE> file-t indítsd.</LI>
|
||||
fel kell installálni. A fordításkor meg
|
||||
kell adni a <CODE>--enable-gui</CODE> opciót a ./configure-nak. Ezután a GUI
|
||||
mód bekapcsolásához
|
||||
a <CODE>gmplayer</CODE> file-t indítsd.</LI>
|
||||
</UL>
|
||||
|
||||
<P>Jelenleg nem használható GUI indítására a <CODE>-gui</CODE> parancssori
|
||||
|
|
Loading…
Reference in New Issue