标签:config and make install linux c mina str enter osc
【Purpose】
Learning linux command automake for generate Makefile.in for configure from Makefile.am
【Eevironment】
Ubuntu 16.04 terminal
【Procdeure】
example:
如何安装: sudo apt-get autoremove automake sudo apt-get install automake1.9 操作步骤: 第一部份:执行autoscan 修改configure.scan 成 configure.in autoscan cp configure.scan configure.in 第二部份:执行aclocal 执行autoconf aclocal autoconf 第三部份: 执行autoheader autoheader 第四部份: 新建makefile.am 执行automake -a touch makefile.am automake -a autoscan mv configure.scan configure.in aclocal autoconf autoheader rm makefile.am touch makefile.am automake -a ./configure make make install
标签:config and make install linux c mina str enter osc
原文地址:https://www.cnblogs.com/lianghong881018/p/10518197.html