From e1936b9d083d634ba071242a84da595fe01d03ae Mon Sep 17 00:00:00 2001 From: prigaux Date: Thu, 18 Jan 2007 10:34:58 +0000 Subject: [PATCH] PixelRatio Test branch with mp4 working and latest contrib libs git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/PixelRatioWorking@177 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- BUILD | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 BUILD diff --git a/BUILD b/BUILD new file mode 100644 index 000000000..b6822950b --- /dev/null +++ b/BUILD @@ -0,0 +1,46 @@ +$Id: BUILD,v 1.11 2005/10/23 01:35:59 titer Exp $ + +BUILD file for HandBrake + +Building HandBrake +================== + +You can build HandBrake on BeOS, MacOS X, Linux, and on Windows using Cygwin. +If you'd like to port it to another OS, email me (titer@m0k.org). + +Step 1: get needed tools +======================== + ++ gcc and g++ + There are usually included in your OS' dev tools. On BeOS/Zeta, the + default gcc isn't enough, gcc 2.95.3 is required. ++ jam + I use 2.5rc3, earlier versions might cause issues. + On BeOS, you can download it at . + On OS X, you cannot use the modified jam shipped with the developer + tools, use this one instead: + . + On Cygwin, get the jam source from + 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) + +Cygwin setup: + There are a couple extra things required to make the code build for Cygwin. + Make sure you have /bin and /usr/bin on your path *first*, before + the Windows paths. Otherwise the Cygwin find.exe won't be used, and + lame won't build. + Also, I have not tried to build this with MinGW, I've only built it with + the Cygwin environment, so you should build with Cygwin gcc and dev tools. + Unfortunately this means you need to have cygwin1.dll around to run the + HBTest.exe program, but that's the way it is for now, until I get time + to try building it with MinGW. If you want to try making it work with + MinGW, then go for it! + + +Step 2: build +============= + +Run `./configure && jam'. This will build every library HandBrake +requires, then HandBrake itself. -- 2.40.0