最近遇到一个要编译的源码居然没有configure文件,网上找到一个编译的方法,只有命令,没有说明,适合救急使用。

aclocal

autoconf

autoheader

automake --add-missing

./configure

make

sudo make install

相关文章:

  • 2022-12-23
  • 2021-12-12
  • 2021-10-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-20
  • 2022-12-23
  • 2021-07-04
  • 2022-12-23
  • 2021-11-24
  • 2021-11-27
相关资源
相似解决方案