linux bison 安装路径,Linux之Centos 7 编译升级Bison

摘要

今天在制作一个RPM包的时候发现bison版本不够,于是就记录下centos上升级bison版本的方法

[root@DS-VM-Node60 ~]# bison -V

bison (GNU Bison) 2.7

由 Robert Corbett 和 Richard Stallman 编写。

版权所有 (C) 2012 Free Software Foundation, Inc.

This is free software; see the source for copying conditions. There is NO

warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[root@DS-VM-Node60 ~]# mkdir -p /tmp/bison && cd /tmp/bison

[root@DS-VM-Node60 /tmp/bison]# curl -Lk http://ftp.gnu.org/gnu/bison/bison-3.0.4.tar.xz|tar xJ -C /tmp/bison --strip-components=1

[root@DS-VM-Node60 /tmp/bison]# ./configure && make -j$(getconf _NPROCESSORS_ONLN) && make install

[root@DS-VM-Node60 /tmp/bison]# bison -V

bison (GNU Bison) 3.0.4

由 Robert Corbett 和 Richard Stallman 编写。

版权所有 (C) 2015 Free Software Foundation, Inc.

This is free software; see the source for copying conditions. There is NO

warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值
>