gstreamer依赖编译库

gstreamer1.14.2依赖库:

安装m4

wget http://mirrors.kernel.org/gnu/m4/m4-1.4.13.tar.gz \ 
&& tar -xzvf m4-1.4.13.tar.gz \ 
&& cd m4-1.4.13 \ 
&& ./configure –prefix=/usr/local 
make && make install

安装autoconf

wget http://mirrors.kernel.org/gnu/autoconf/autoconf-2.69.tar.gz \ 
&& tar -xzvf autoconf-2.69.tar.gz \ 
&& cd autoconf-2.69 \ 
&& ./configure –prefix=/usr/local 
make && make install

安装automake

wget http://mirrors.kernel.org/gnu/automake/automake-1.14.tar.gz \ 
&& tar xzvf automake-1.14.tar.gz \ 
&& cd automake-1.14 \ 
&& ./configure –prefix=/usr/local 
make && make install

安装libtool

wget http://mirrors.kernel.org/gnu/libtool/libtool-2.2.6b.tar.gz \ 
&& tar xzvf libtool-2.2.6b.tar.gz \ 
&& cd libtool-2.2.6b \ 
&& ./configure –prefix=/usr/local 
make && make install

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章