blob: 6f81f5c8aa882077d24568a38ce35e263c64bba4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Currently, to build you must build handbrake separately, then specify
the path to handbrake with configure. e.g.
./configure --with-hb=../HandBrake
make
sudo make install
You can test without installing:
cd src
./ghb
|