automake项目编译

automake关系图

automake项目编译

编译前

automake项目编译

开始编译

1. aclocal

automake项目编译
根据 configure.ac 生成 aclocal.m4

2. autoconf

automake项目编译
根据 configure.ac aclocal.m4 生成 configure

3. automake

automake项目编译
直接运行 automake 报错

4. mkdir build-aux

5. libtoolize

生成 build-aux/ltmain.sh

6. autoheader

7. automake –add-missing

8. ./configure && make && make install

相关文章:

  • 2021-10-27
  • 2021-11-27
  • 2021-06-03
  • 2021-07-22
  • 2022-02-07
  • 2021-12-25
  • 2021-07-25
猜你喜欢
  • 2021-12-18
  • 2021-05-21
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案