tar -xJf bison-2.7.tar.xz cd bison-2.7 ./configure --prefix=/usr echo '#define YYENABLE_NLS 1' >> lib/config.h make make check make install cd .. rm -fr bison-2.7