get source
method 1 (effortless)
- download the latest nightly build
- skip to the encoding section
method 2 (timeless)
- install the subversion command line tool: build svn from source or double click installer package (you always want the latest version)
- edit your PATH (assuming your using the 10.4 default, bash)
nano ~/.bash_login
export PATH="/usr/local/bin:$PATH"
⌃o
↵
⌃x
. ~/.bash_login
- download the latest source code from the public repository
svn co svn://handbrake.m0k.org/HandBrake/trunk ~/HandBrake
↵
- once you have svn installed and your PATH setup and you can also try the build.sh for a hands-free approach