From 5ac8f06abf85cd5f105ca543d0c2cefdab2fc627 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Wed, 25 Jun 2008 20:11:30 +0000 Subject: fix the build instructions git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1539 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- gtk/README | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'gtk') 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 -- cgit v1.2.3