blob: 056eb929aefa7f1734c24c126abc7cf18dd59799 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
$Id: BUILD,v 1.4 2004/03/16 15:57:03 titer Exp $
BUILD file for HandBrake <http://handbrake.m0k.org/>
Building HandBrake
==================
Step 1: get jam
===============
Jam <http://www.perforce.com/jam/jam.html> is a make replacement.
Get it for your operating system:
+ BeOS: get <http://tfs.cs.tu-berlin.de/~bonefish/download/jam/jam.zip>
(the jam used by OBOS). Also, gcc 2.95.3 is needed.
+ OS X: get <http://handbrake.m0k.org/files/jam-2.5rc3-OSX.zip> and
copy jam to /usr/local/bin/. Do not use the modified jam shipped with
the developer tools (/Developer/Private/jam).
+ Debian: `apt-get install jam'
Or get the sources from the link above and compile it yourself.
Step 2 (optional): set custom compiler flags
============================================
If you want to optimize the build for a specific CPU, edit the Jamrules
file and modify the "OPTIM = ..." line by adding the needed flags.
In case you modify this line later, make sure you run `jam -a' in order
to force jam to rebuild everything with the new flags.
Step 3: build
=============
Run `jam'. This will build every library HandBrake requires, then
HandBrake itself.
|