您的位置:首页 > 其它

automake安装1.14.1版本

2018-08-16 10:39 246 查看
版权声明:本文为博主原创学习笔记,如需转载请注明来源: https://blog.csdn.net/wugenqiang/article/details/81737137

1.输入命令:wget http://ftp.gnu.org/gnu/automake/automake-1.14.1.tar.gz下载autoconf安装包

2.解压缩automake-1.14.1.tar.gz ,输入命令:tar -zxvf automake-1.14.1.tar.gz -C /opt/

3.进入解压缩后的目录automake-1.14.1,输入命令:cd /opt/automake-1.14.1

4.输入命令:./bootstrap.sh

5.配置编译环境,输入命令:./configure

6.编译并安装automake,输入俩命令:make ;  make install

7.检查是否安装成功,输入命令:automake --version

[code]automake (GNU automake) 1.14
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <tromey@redhat.com>
and Alexandre Duret-Lutz <adl@gnu.org>.

 

阅读更多
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: