bison

 

Introduction

 

Usage

module load misc/bison/3.0

 

Installation

cd /sw/imagingsw/bison/src/bison-3.0
./configure --help 2>&1 | tee configureHelp.txt
./configure --prefix=/sw/imagingsw/bison/3.0 2>&1 | tee configureLog.txt
make 2>&1 | tee makeLog.txt 
make install 2>&1 | tee makeInstall.txt

 

Reference

 

  1. http://ftp.gnu.org/gnu/bison/