From: Josh Coalson Date: Thu, 29 Jul 2004 06:34:50 +0000 (+0000) Subject: add comments to OS X section about required libs and altivec X-Git-Tag: 1.2.0~800 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=792a6a074e065bfc5e768e77ca4956f4ceb7722e;p=platform%2Fupstream%2Fflac.git add comments to OS X section about required libs and altivec --- diff --git a/README b/README index 987353a..d9ecdc9 100644 --- a/README +++ b/README @@ -205,6 +205,15 @@ This will create everything and leave it in the build/ directory. Don't worry about the rest of the stuff that is in build/ or the stuff that was already there before building. +The Project Builder project requires that you have libiconv and +libogg in /sw, ala fink. If you don't, you'll need to install +them somewhere and change the path to them in the Library Paths +section of several targets. + +It also assumes the CPU supports Altivec instructions. If it does +not, you will also have to add -DFLAC__NO_ASM to the CFLAGS in the +libFLAC target. + There currently is no install procedure; you will have to manually copy the tools to wherever you need them.