]> granicus.if.org Git - handbrake/commitdiff
Change build instructions for MacOsX
authorprigaux <pri@nopapers.org>
Sun, 28 Jan 2007 15:30:48 +0000 (15:30 +0000)
committerprigaux <pri@nopapers.org>
Sun, 28 Jan 2007 15:30:48 +0000 (15:30 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/MediaFork_0.8.0@229 b64f7644-9d1e-0410-96f1-a4d463321fa5

BUILD

diff --git a/BUILD b/BUILD
index b6822950be4385cf6c84d2d9c238e552c2168e33..8f4788ad9c127a2c8ba3d4e95ef141edb419a90d 100644 (file)
--- a/BUILD
+++ b/BUILD
@@ -24,7 +24,7 @@ Step 1: get needed tools
     http://public.perforce.com/public/jam/index.html,
     compile it with gcc in Cygwin, and put the jam executable somewhere on
     your path.
-+ nasm (Only for x86. On Mac OS X Intel, Nasm CVS is required)
++ nasm (Only for x86. On Mac OS X Intel, Xcode 2.4.1 include it)
 
 Cygwin setup:
     There are a couple extra things required to make the code build for Cygwin.
@@ -44,3 +44,14 @@ Step 2: build
 
 Run `./configure && jam'. This will build every library HandBrake
 requires, then HandBrake itself.
+
+
+Experimental UB build on MacOsX
+===============================
+
+Run `make'. This will build libmediafork, MediaFork and MediaForkCLI as Universal Binary.
+This build method use precompiled contrib libraries. Script to build those binaries are provided too.
+All the build is handled by Xcode 2.4.1, should work on powerPC and Intel Macs.
+
+
+