From: jstebbins Date: Wed, 25 Jun 2008 20:11:30 +0000 (+0000) Subject: fix the build instructions X-Git-Tag: 0.9.3~405 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ac8f06abf85cd5f105ca543d0c2cefdab2fc627;p=handbrake fix the build instructions git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1539 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- 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