diff options
author | prigaux <[email protected]> | 2007-02-11 20:00:15 +0000 |
---|---|---|
committer | prigaux <[email protected]> | 2007-02-11 20:00:15 +0000 |
commit | a74fd5a1ec37e53fe7008f022639af6ede0e82c9 (patch) | |
tree | 0a6a32640a840b72653149aa11efa264674df976 /BUILD | |
parent | f45dfeb2afb1b0bf46054959e8ea9494f3b7d14f (diff) |
Merge the 0.8.0_mpeg4ip branch into the trunk
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@285 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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. + + + |