libdvdread编译安装

本文详细介绍了如何编译和安装libdvdread库,包括从获取源码到使用autoconf、automake等工具进行配置、制作及安装的完整过程,确保顺利集成到项目中。
摘要由CSDN通过智能技术生成

1. 获取源码


git clone https://code.videolan.org/videolan/libdvdread.git

 

2.  libtoolize


3.  aclocal


4.  autoheader


5.  autoconf


6.  automake --add-missing

7.   ./configure

8.   make

9.   make install

 

In an autoconf/automake/libtool project you have to invoke:

libtoolize: this copies/links a few support scripts, including ltmain.sh (which is the main component of libtool).
aclocal: this looks up all m4 macros that your configure script will need, and make a local copy for easier access.
autoheader: optional, if you want to use config.h/AC_CONFIG_HEADERS, otherwise all the test result macros will be inlined when you call the compiler.
autoconf: to expand all the macros used by configure.ac into the configure script.
automake: to convert all the Makefile.am into Makefile.in templates. You probably want to invoke this with --add-missing so additional support scripts can be linked/copied to your project (such as compile, missing, depcomp, test-driver, etc).

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值