From c220cf408aab91c6a6513d15f4259be828306a48 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Fri, 23 Aug 2002 06:41:31 +0000 Subject: [PATCH] verbiage about "make check" --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index 09492676..ec29dac2 100644 --- a/README +++ b/README @@ -78,7 +78,10 @@ FLAC uses autoconf and libtool for configuring and building. Better documentation for these will be forthcoming, but in general, this should work: -./configure && make && make install +./configure && make && make check && make install + +The 'make check' step is optional; omit it to skip all the tests, +which can take several hours. NOTE: Despite our best efforts it's entirely possible to have problems when using older versions of autoconf, automake, or