OSDN Git Service

LinGui: add a flush to activity log output to prevent large chunks of it
[handbrake-jp/handbrake-jp-git.git] / gtk / README
1 ghb requires recent a recent version of glib with gio.  These
2 are available in ubuntu 8.04 and fedora 9.  I don't know about other
3 distributions. Dependencies needed for building:
4
5     * subversion
6     * jam
7     * yasm
8     * build-essential
9     * autogen
10     * autoconf
11     * intltool
12     * libtool
13     * zlib1g-dev
14     * libbz2-dev
15     * libglib2.0-dev
16     * libgtk2.0-dev
17     * libhal-dev
18     * libhal-storage-dev
19     * libgtkhtml3.14-dev
20     * libgstreamer0.10-dev
21     * libgstreamer-plugins-base0.10-dev 
22
23 Currently, to build you must build handbrake separately, then
24 autogen and build the gtk ui. e.g.
25
26 ./autogen.sh
27 make
28 sudo make install
29
30 You can test without installing:
31 cd src
32 ./ghb
33