diff options
-rw-r--r-- | gtk/README | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gtk/README b/gtk/README index 6f81f5c8a..184b8ee7d 100644 --- a/gtk/README +++ b/gtk/README @@ -1,7 +1,11 @@ -Currently, to build you must build handbrake separately, then specify -the path to handbrake with configure. e.g. +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. -./configure --with-hb=../HandBrake +Currently, to build you must build handbrake separately, then +autogen and build the gtk ui. e.g. + +./autogen.sh make sudo make install |