]> granicus.if.org Git - handbrake/commitdiff
fix the build instructions
authorjstebbins <jstebbins.hb@gmail.com>
Wed, 25 Jun 2008 20:11:30 +0000 (20:11 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Wed, 25 Jun 2008 20:11:30 +0000 (20:11 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1539 b64f7644-9d1e-0410-96f1-a4d463321fa5

gtk/README

index 6f81f5c8aa882077d24568a38ce35e263c64bba4..184b8ee7d5065f15ea700b3a9111c3ffb4c83d53 100644 (file)
@@ -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