how to compile wxvlc
Posted: 18 Jan 2007 11:29
Hello
I have trouble when compiling VLC under Linux Debian.
I'd like to compile VLC so that I can run the wxWidgets GUI (wxvlc, I suppose).
When I compile VLC with the following code, I can only run VLC in command line.
Can someone tell me which configuration option to use to obtain wxvlc after compilation?
Thx
I have trouble when compiling VLC under Linux Debian.
I'd like to compile VLC so that I can run the wxWidgets GUI (wxvlc, I suppose).
When I compile VLC with the following code, I can only run VLC in command line.
Code: Select all
./configure --prefix=/home/usr/ --enable-dvbpsi --enable-dvb
make
make install
Thx