Centos 升级bison

GNU bison是一个自由软件,用于自动生成语法分析器程序,实际上可用于所有常见的操作系统。Bison把LALR形式的上下文无关文法描述转换为可做语法分析的C或C++程序。在新近版本中,Bison增加了对GLR语法分析算法的支持,我们在升级Php7时需要先升级安装bison

linux中如何查看安装bison的版本

# bison -V

  1. [root@localhost ~]# bison -V
  2. bison (GNU Bison) 2.6.4
  3. 由 Robert Corbett 和 Richard Stallman 编写。
  4.  
  5. 版权所有 (C) 2012 Free Software Foundation, Inc.
  6. This is free software; see the source for copying conditions.  There is NO
  7. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

官网:http://www.bison.net/
下载:http://download.chinaunix.net/download/0001000/913.shtml

升级编译安装bison

  1. wget http://ftp.gnu.org/gnu/bison/bison-2.6.4.tar.gz
  2. tar -xvzf bison-2.6.4.tar.gz 
  3. cd bison-2.6.4
  4. ./configure
  5. make && make install

发布日期:

所属分类: 手游单机, 私服 标签:    


没有相关文章!