Page 1 of 1

How to have vlc media player interface executed in Linux

Posted: 09 Jun 2005 06:37
by et_me
Hi,

I have successfully make install VLC without error. But how to call out the interface? Is it i have to configure additional library for the vlc interface?

Any help is much more appreciated. Thankz in advance.

Posted: 09 Jun 2005 19:25
by dionoea
use

Code: Select all

vlc -I wx
to call the wxWidgets interface.

vlc -I wx

Posted: 23 May 2006 20:40
by oKtosiTe
use

Code: Select all

vlc -I wx
to call the wxWidgets interface.
I'm running 0.8.4a on Gentoo here, and that doesn't fly for me...

Posted: 23 May 2006 21:52
by dionoea

Posted: 24 May 2006 01:39
by oKtosiTe
That's nice. I am, however, unwilling to run the unstable version, and I have enabled the wxwindows USE-flag and expected to see the wx interface pop up as the default interface as it did with the previous version...

[EDIT]
I just recompiled with the skins USE-flag enabled, and somehow the wx interface works now too.
[/EDIT]