summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--README21
2 files changed, 22 insertions, 1 deletions
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
# <http://www.gnu.org/licenses/>.
-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)
+
+