2016-11-13 20:10:32 -05:00

1.4 KiB

Type, Title, Project, Project_URL, Project_Version, Language, Language_Code, Authors, Copyright, License, License_Abbr, License_URL
Type Title Project Project_URL Project_Version Language Language_Code Authors Copyright License License_Abbr License_URL
article Building HandBrake for Mac HandBrake https://handbrake.fr/ Latest English en Bradley Sepos <bradley@bradleysepos.com> (BradleyS), Scott (s55) 2016 HandBrake Team Creative Commons Attribution-ShareAlike 4.0 International CC BY-SA 4.0 https://handbrake.fr/docs/license.html

Building HandBrake for Mac

Dependencies:

  • Xcode 7.2.1 or later
    • free Apple Developer registration required, or install from the Mac App Store
  • Command Line Tools for Xcode
    • free Apple Developer registration required, or install using xcode-select --install

Additional dependencies (may be built via script):

  • autoconf
  • automake
  • cmake 3.3.0 or later
  • libtool
  • pkg-config
  • yasm 1.3.0 or later

Clone the HandBrake repository.

git clone https://github.com/HandBrake/HandBrake.git && cd HandBrake

You may build and install the additional dependencies to /usr/local/ using the included mac-toolchain-build script.

scripts/mac-toolchain-build

Build HandBrake.

./configure --launch-jobs=$(sysctl -n hw.ncpu 2>/dev/null) --launch

When complete, you will find HandBrake.app and HandBrakeCLI in the build/xroot directory.