summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2002-08-23 06:41:31 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2002-08-23 06:41:31 +0000
commitc220cf408aab91c6a6513d15f4259be828306a48 (patch)
tree9c688b13ed31a35b401e84cf82213d49f9c34be6 /README
parente2bde2bfb2478081c625576729e0e1afe80d9b84 (diff)
downloadflac-c220cf408aab91c6a6513d15f4259be828306a48.tar.gz
verbiage about "make check"
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
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