如果要编译的源码没有configure文件,执行如下命令。在执行过程中遇到缺失依赖包,则用apt-get安装即可。

  1. aclocal
  2. autoconf
  3. autoheader
  4. automake --add-missing
  5. ./configure
  6. make
  7. sudo make install

相关文章:

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