Showing posts with label bison. Show all posts
Showing posts with label bison. Show all posts

Thursday, October 29, 2015

Check if bison is already installed on OpenSUSE

Check if bison is already installed on OpenSUSE:
1. Open terminal.
2. These are the helpful commands:


zypper se bison

which bison

bison --version
or 

bison --help
for help 


For re2c

open terminal
type
which re2c
type:
re2c --version