summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2008-06-25 20:11:30 +0000
committerjstebbins <[email protected]>2008-06-25 20:11:30 +0000
commit5ac8f06abf85cd5f105ca543d0c2cefdab2fc627 (patch)
tree65615f571cd38d432277a5dcad8074ed852a2104
parent34b06cab7346b44ba02c22c47540239f58a26364 (diff)
fix the build instructions
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1539 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--gtk/README10
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