blob: 184b8ee7d5065f15ea700b3a9111c3ffb4c83d53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
ghb requires recent a recent version of glib with gio. These
are available in ubuntu 8.04 and fedora 9. I don't know about other
distributions.
Currently, to build you must build handbrake separately, then
autogen and build the gtk ui. e.g.
./autogen.sh
make
sudo make install
You can test without installing:
cd src
./ghb
|