summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2002-07-03 07:39:05 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2002-07-03 07:39:05 +0000
commit917df8665b873a39cd7a6a8a4189aacf09596a55 (patch)
tree9c222a4aec4f34bbd8b02ea4850a7dcb56ab7493 /README
parent182e04a2bd22457cf9ec16bd939920f692c1e9a4 (diff)
downloadflac-917df8665b873a39cd7a6a8a4189aacf09596a55.tar.gz
minor verbiage
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 10 insertions, 13 deletions
diff --git a/README b/README
index 8533a5f2..8f47d702 100644
--- a/README
+++ b/README
@@ -44,11 +44,12 @@ for full documentation.
A brief description of the directory tree:
- doc/ the HTML documentation
- man/ the man page for `flac'
- include/ public include files for libFLAC
- src/ the source code and private headers
- test/ the test scripts
+ doc/ the HTML documentation
+ flac.pbproj/ the Mac OS X Project Builder project
+ include/ public include files for libFLAC and libFLAC++
+ man/ the man page for `flac'
+ src/ the source code and private headers
+ test/ the test scripts
=============================
@@ -61,14 +62,10 @@ general, this should work:
./configure && make && make install
-NOTE: automake 1.5 has a bug which will affect the x86 assembly
-part of the build. If you have automake 1.5 and have x86
-assembly optimizations turned on, you will need to get a newer
-version of automake or patch your /usr/bin/automake using the
-included 'automake-1.5.patch' file.
-
-If you still can't get it to work, see the next section on
-Makefile.lite.
+NOTE: Despite our best efforts it's entirely possible to have
+problems when using older versions of autoconf, automake, or
+libtool. If you have the latest versions and still can't get it
+to work, see the next section on Makefile.lite.
There are a few FLAC-specific arguments you can give to
`configure':