第一步:安装Git 相关的程序包:
% sudo apt-get install git libtool build-essential pkg-config autoconf
第二步:git上获取VLC代码:(之前要 配置SSH通信密钥)
% git clone git://git.videolan.org/vlc.git
% cd vlc
% ./bootstrap
videolan 官网获取源码
% wget ftp://ftp.videolan.org/pub/videolan/vlc/2.0.4/vlc-2.0.4.tar.xz
% tar xvJf vlc-2.0.4.tar.xz
% cd vlc-2.0.4
第三步:安装VCL依赖包
$ sudo apt-get build-dep vlc
第四步:编译
% ./configure
% make
第五步:运行
# ./vlc
第六步:安装:
# make install
第七步:卸载:
# make uninstall
# make clean
Ubuntu下编译VLC 2.0.1:http://www.linuxdiyf.com/linux/3004.html
git下载Android 2.2源码却下载了Android 2.3:http://www.linuxdiyf.com/linux/5907.html
Linux有问必答:如何在Linux上安装Git:http://www.linuxdiyf.com/linux/13234.html
在Ubuntu 15.04下安装git、vpnc、CMake及Qt Creator:http://www.linuxdiyf.com/linux/11810.html
如何在CentOS 7中安装Git:http://www.linuxdiyf.com/linux/8596.html