add wording for OS X builds

This commit is contained in:
Josh Coalson 2001-11-09 19:23:50 +00:00
parent 679e90b157
commit 5676eb1c58

19
README
View File

@ -115,3 +115,22 @@ the Makefile.vc for libFLAC is hardcoded to use nasm. If
you don't have nasm, or don't want any assembly optimizations,
edit the makefile, adding '/D FLAC__NO_ASM' and delete the
rules which compile the .s files.
====================
Building on Mac OS X
====================
There is a Project Builder project in the top-level source
directory to build libFLAC and the command-line utilities on
Mac OS X. In a terminal, cd to the top-level directory (the
one that contains this README file) and type:
pbxbuild -alltargets
This will create everything and leave it in build/ directory.
Don't worry about the rest of the stuff that is in build or
the stuff that was already there before building.
There currently is no install procedure; you will have to
manually copy the tools to wherever you need them.