From 792a6a074e065bfc5e768e77ca4956f4ceb7722e Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Thu, 29 Jul 2004 06:34:50 +0000 Subject: [PATCH] add comments to OS X section about required libs and altivec --- README | 9 +++++++++ 1 file changed, 9 insertions(+) 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. -- 2.7.4