diff options
author | handbrake <[email protected]> | 2006-01-14 13:32:26 +0000 |
---|---|---|
committer | handbrake <[email protected]> | 2006-01-14 13:32:26 +0000 |
commit | 60925e41e540e9c79b522f4864296bc425fcc9e4 (patch) | |
tree | 7d0874f4bc6baec32619ef8783195979fde4424f /BUILD | |
parent | 755fee5744c3704666a875fc09dc982aded7f783 (diff) |
HandBrake 0.6.1
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@14 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,10 +1,13 @@ -$Id: BUILD,v 1.4 2004/03/16 15:57:03 titer Exp $ +$Id: BUILD,v 1.5 2004/03/29 00:28:39 titer Exp $ BUILD file for HandBrake <http://handbrake.m0k.org/> Building HandBrake ================== +You can build HandBrake on BeOS, MacOS X and Linux. If you'd like to +port it to another OS, email me ([email protected]). + Step 1: get jam =============== @@ -23,12 +26,14 @@ 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. + +In case you modify this line later: `jam clean' does not remove the +compiled contrib librairies. Therefore, make sure you run +`jam clean-all; jam' or `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. - |