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

No comments:

Post a Comment