diff options
author | titer <[email protected]> | 2006-05-03 21:15:47 +0000 |
---|---|---|
committer | titer <[email protected]> | 2006-05-03 21:15:47 +0000 |
commit | 5f8684be8ecc912a8828ae3c21857125255a590b (patch) | |
tree | 46b5544f54bbd446d359b8a20cd0208bbca15a72 /BUILD | |
parent | 3d93903c9c4e6c120e2dc487b40985208b186083 (diff) |
Allow 32kHz audio output, updated build instructions.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@69 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -19,11 +19,11 @@ Step 1: get needed tools On BeOS, you can download it at <http://www.haiku-os.org/develop.php>. On OS X, you cannot use the modified jam shipped with the developer tools, use this one instead: - <http://handbrake.m0k.org/files/jam-2.5rc3-OSX.zip>. -+ nasm (except for OS X) + <http://download.m0k.org/handbrake/jam-2.5rc3-OSX.zip>. ++ nasm (Only for x86. On Mac OS X Intel, Nasm CVS is required) Step 2: build ============= -Run `jam'. This will build every library HandBrake requires, then -HandBrake itself. +Run `./configure && jam'. This will build every library HandBrake +requires, then HandBrake itself. |