From bed858e006755ced4dfb706f7b618877150c4dd8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 10 Jun 2008 16:37:21 +0200 Subject: Add a simple README --- Makefile.am | 2 +- README | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 README diff --git a/Makefile.am b/Makefile.am index efd7442..a8992ba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ # License along with libcanberra. If not, If not, see # . -EXTRA_DIST = bootstrap.sh LGPL +EXTRA_DIST = bootstrap.sh LGPL README SUBDIRS = src doc MAINTAINERCLEANFILES = diff --git a/README b/README new file mode 100644 index 0000000..0e4c850 --- /dev/null +++ b/README @@ -0,0 +1,21 @@ +LIBCANBERRA SOUND EVENT LIBRARY + +GIT: + git://git.0pointer.de/libcanberra.git + +GITWEB: + http://git.0pointer.de/?p=libcanberra.git;a=summary + +MAILING LIST: + https://tango.0pointer.de/mailman/listinfo/libcanberra-discuss + +AUTHORS: + Lennart Poettering + +REQUIREMENTS: + OGG Vorbis + Gtk+ (optional, for the Gtk+ bindings) + ALSA (optional, for the ALSA backend) + PulseAudio (optional, for the PulseAudio backend) + + -- cgit