I need to install handbrake cli on CentOS 6 (64) and found this guide for CentOS6 http://www.dandev.com/2013/10/install-handbrake-cli-v0-9-9-centos-6-4/. Unfortunatly, it would not build. The build log file reports these two failuers:
CODE: SELECT ALL
find: xcodebuild...(fail) not found
find: lipo...(fail) not found
...
-------------------------------------------------------------------------------
time end: Sun Sep 1 07:04:08 2013
duration: 8 seconds (8.49s)
result: FAILURE (code 2)
-------------------------------------------------------------------------------
Build is finished!
You may now cd into ./build and examine the output.
These are not available to "#yum" or "#yum search" as xcodebuild or lipo. Any suggestions?