From 45ac11ac4ed0359d60ee48ae9e9994e7738f4af8 Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Sat, 4 Dec 2004 04:42:05 +0000 Subject: [PATCH] Add Lex and Yacc to requirements. --- README.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 2ca8ab8..a3297bb 100644 --- a/README.txt +++ b/README.txt @@ -27,6 +27,7 @@ cueprint Installation ------------ -Building requires GNU Make. Run ``make install`` to install cuetools into the -default location of /usr/local. The Makefiles also support both the prefix and -DESTDIR variables. +Building requires GNU Make, Lex, and Yacc. + +Run ``make install`` to install cuetools into the default location of +/usr/local. The Makefiles also support both the prefix and DESTDIR variables.