- Get the handbrake from official web site
- untar into a temp dir
- configure it and change dir to build dir
- export HASDOCBOOK=no (this is needed because we don’t need fontconfig documentation to be rebuilt)
- edit contrib/libvorbis/module.defs and change LIBVORBIS.CONFIGURE.bootstrap to LIBVORBIS.CONFIGURE.bootstrap = rm -fr aclocal.m4 autom4te.cache ; chmod a+x autogen.sh ; ./autogen.sh ;
- change dir to build dir. run make
That’s all to have HandBrakeCLI compiled.
The GUI version still requires some work. I will update the post then.