diff options
author | jstebbins <[email protected]> | 2009-03-01 19:40:56 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-03-01 19:40:56 +0000 |
commit | 883b33c821d547afc1482bf19d6c496949599683 (patch) | |
tree | 19d7b6585caba05502e83e30fbfff019b215d4bf /gtk/README | |
parent | a2763d8dc216bc2670d49128d98dd65600cfe95f (diff) |
LinGui: remove extraneous files dist files like AUTHORS etc.
add distclean to xclean rules
link gtk.xclean to top xclean
use hb build systems CFLAGS and LDFLAGS
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2184 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/README')
-rw-r--r-- | gtk/README | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/gtk/README b/gtk/README deleted file mode 100644 index b6a924ee2..000000000 --- a/gtk/README +++ /dev/null @@ -1,33 +0,0 @@ -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. 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. - -./autogen.sh -make -sudo make install - -You can test without installing: -cd src -./ghb - |