From f73f4a499214fc142dfa8b6ed43483dad3e1080f Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Sat, 28 Apr 2012 13:04:54 +1000 Subject: Clarify issue with “intltool” dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See “Can't build from git” https://code.google.com/p/ddb/issues/detail?id=789 --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index ddf83475..c418af71 100644 --- a/README +++ b/README @@ -9,9 +9,9 @@ TABLE OF CONTENTS * first you need to install dependencies. full list is provided at the end of this section for your convenience -* you will need intltool to be installed. if you don't need translations -- run ./configure --disable-nls (in this case you won't need to install intltool) +* you will need intltool to be installed. if you don't need translations -- run ./configure --disable-nls (in this case you won't need to install intltool, as long as the configure script is already generated) -* if you want to build from git - install autotools, and run ./autogen.sh to bootstrap +* if you want to build from git - install autotools and intltool, and run ./autogen.sh to bootstrap * run "./configure --help", and read it. -- cgit v1.2.3 From c75dfa89c87eb3d9bebe61bb7cc85084251ea784 Mon Sep 17 00:00:00 2001 From: waker Date: Sun, 20 May 2012 13:00:03 +0200 Subject: readme upd --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index c418af71..cb0afa30 100644 --- a/README +++ b/README @@ -23,9 +23,13 @@ TABLE OF CONTENTS * after build finishes, run "make install" as root -full list of dependencies: +full list of dependencies is below. +most of them are optional, which means deadbeef will build and run without them, but to make it useful - you'd probably need at least GTK UI plugin and some audio codecs built. + libsamplerate: for dsp_libsrc plugin (resampler) gtk+-2.0 >= 2.12 (+ gthread, + glib): GTK+ 2.0 user interface + libsm: optional dependency for gtkui session client support + libice: optional dependency for gtkui session client support alsa-lib: ALSA support libvorbis and libogg: for ogg vorbis plugin libcurl >= 7.10: for last.fm, vfs_curl (shoutcast/icecast), artwork plugins -- cgit v1.2.3 From b0497710b7e9ddf5f04629ff2fc2d38344742e92 Mon Sep 17 00:00:00 2001 From: waker Date: Sat, 15 Sep 2012 10:33:09 +0200 Subject: readme fix --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index cb0afa30..583b0dcc 100644 --- a/README +++ b/README @@ -40,7 +40,7 @@ most of them are optional, which means deadbeef will build and run without them, wavpack: for wavpack plugin libsndfile: for sndfile plugin libcdio + libcddb: for cd audio plugin - ffmpeg (libavcodec + libavformat): for ffmpeg plugin + ffmpeg < 0.11: for ffmpeg plugin (versions >= 0.11 are not supported) xlib: for global hotkeys dbus: for notification daemon support (OSD current song notifications) pulseaudio: for PulseAudio output plugin -- cgit v1.2.3