diff options
author | jstebbins <[email protected]> | 2008-12-03 18:49:40 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-12-03 18:49:40 +0000 |
commit | 248823efbd3dce7494ed2ff9b7524e2a6d4b21b3 (patch) | |
tree | 1a2e45042b84d1154dcb1f7238d48d478a123d9c /gtk | |
parent | 7c552bd40a3a72a36f5726617ac7b3897f9bc3f9 (diff) |
LinGui: update readme with list of dependencies for building
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1999 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/README | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/gtk/README b/gtk/README index 184b8ee7d..b6a924ee2 100644 --- a/gtk/README +++ b/gtk/README @@ -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 -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. |