OSDN Git Service

fix the build instructions
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 25 Jun 2008 20:11:30 +0000 (20:11 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 25 Jun 2008 20:11:30 +0000 (20:11 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@1539 b64f7644-9d1e-0410-96f1-a4d463321fa5

gtk/README

index 6f81f5c..184b8ee 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