minor verbiage
This commit is contained in:
parent
182e04a2bd
commit
917df8665b
23
README
23
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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user