Added note about Bison.

This commit is contained in:
Svend Sorensen
2004-12-04 04:54:26 +00:00
parent 45ac11ac4e
commit f451bed02c

View File

@@ -27,7 +27,8 @@ cueprint
Installation
------------
Building requires GNU Make, Lex, and Yacc.
Building requires GNU Make, Lex, and Yacc. GNU Bison works in Yacc mode
(``make YACC="bison -y"``).
Run ``make install`` to install cuetools into the default location of
/usr/local. The Makefiles also support both the prefix and DESTDIR variables.