OSDN Git Service

LinGui: update readme with list of dependencies for building
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 3 Dec 2008 18:49:40 +0000 (18:49 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 3 Dec 2008 18:49:40 +0000 (18:49 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@1999 b64f7644-9d1e-0410-96f1-a4d463321fa5

gtk/README

index 184b8ee..b6a924e 100644 (file)
@@ -1,6 +1,24 @@
 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
 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.
+distributions. Dependencies needed for building:
+
+    * subversion
+    * jam
+    * yasm
+    * build-essential
+    * autogen
+    * autoconf
+    * intltool
+    * libtool
+    * zlib1g-dev
+    * libbz2-dev
+    * libglib2.0-dev
+    * libgtk2.0-dev
+    * libhal-dev
+    * libhal-storage-dev
+    * libgtkhtml3.14-dev
+    * libgstreamer0.10-dev
+    * libgstreamer-plugins-base0.10-dev 
 
 Currently, to build you must build handbrake separately, then
 autogen and build the gtk ui. e.g.
 
 Currently, to build you must build handbrake separately, then
 autogen and build the gtk ui. e.g.