你应该已经在你的/etc/apt/sources.list文件中包含以下几行
deb http://www.videolan.org/pub/videolan/debian $(ARCH)/ deb-src http://www.videolan.org/pub/videolan/debian sources/ |
安装 mozilla-plugin-vlc 软件包
# apt-get update # apt-get install mozilla-plugin-vlc |
安装 Mozilla 开发包(Debian 下为 mozilla-dev)。
像正常安装 VLC 一样安装所需的库(从源码或从包含开发包的软件包安装)。
下载最新版本的源码:获取文件vlc-version.tar.gz来自 VLC 源码下载页面。解压,配置,编译和安装 T�l�chargez les sources de la derni�re version : r�cup�rez le fichiervlc-version.tar.gzdepuis la page de t�l�chargement des sources de VLC. D�compressez-le, configurez-le, compilez et installez
% tar xvzf vlc-version.tar.gz % cd vlc-version % ./configure --enable-mozilla % make % su Password: [Root Password] # make install |