From 5676eb1c58d62e4ee9df1d0a6af5bc1504def1cd Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Fri, 9 Nov 2001 19:23:50 +0000 Subject: [PATCH] add wording for OS X builds --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README b/README index d9efda7f..d8a7f687 100644 --- a/README +++ b/README @@ -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.