OSDN Git Service

LinGui: Initial import
[handbrake-jp/handbrake-jp-git.git] / gtk / README
1 Currently, to build you must build handbrake separately, then specify
2 the path to handbrake with configure. e.g.
3
4 ./configure --with-hb=../HandBrake
5 make
6 sudo make install
7
8 You can test without installing:
9 cd src
10 ./ghb
11