summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-27 16:17:52 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-27 16:17:52 +0000
commit80bb48f385d035aa7e4f08a0c6b13b04403f38b5 (patch)
tree74bf65e82bd55ec9cd32e34bc2f5ce01a9665860
parent433419886696d7cd04710714fe579b2c634009c6 (diff)
documentation update
git-svn-id: file:///home/lennart/svn/public/xmms-pulse/trunk@13 ef929aba-56e2-0310-84e0-b7573d389508
-rw-r--r--doc/README.html.in17
1 files changed, 7 insertions, 10 deletions
diff --git a/doc/README.html.in b/doc/README.html.in
index dc7bbb1..db1bb6c 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -47,15 +47,15 @@ href="@PACKAGE_URL@xmms-polyp-0.1.tar.gz">Version 0.1</a> released</p>
<h2><a name="overview">Overview</a></h2>
-<p><tt>xmms-polyp</tt> is a <a href="http://www.xiph.org/ao/"><tt>libao</tt></a> driver for the <a href="http://0pointer.de/lennart/projects/polypaudio"><tt>polypaudio</tt></a> sound server.</p>
+<p><tt>xmms-polyp</tt> is an <a href="http://www.xmms.org/"><tt>XMMS</tt></a> output plugin for the <a href="http://0pointer.de/lennart/projects/polypaudio"><tt>polypaudio</tt></a> sound server.</p>
<h2><a name="status">Status</a></h2>
-<p>It works, what is more to say?</p>
+<p>There's currently no configuration dialog. Use <tt>$POLYP_SERVER</tt> and <tt>$POLYP_SINK</tt> to change the default output sinks.</p>
<h2><a name="documentation">Documentation</a></h2>
-<p>There is not much to say. Just install this software, the driver will then be available under the name <tt>polyp</tt>.</p>
+<p>There is not much to say. Just install this software, the driver will then be available in XMMS.</p>
<h2><a name="requirements">Requirements</a></h2>
@@ -67,7 +67,7 @@ distributions (and maybe Unix versions) since it uses GNU autoconf for
source code configuration.</p>
<p>Obviously <tt>xmms-polyp</tt> requires an installation of
-<tt>polypaudio</tt> (version 0.2) and <tt>libao</tt> (version 0.8.5
+<tt>polypaudio</tt> (version 0.3) and <tt>xmms</tt> (version 1.2.10
works, earlier versions probably as well).</p>
<h2><a name="installation">Installation</a></h2>
@@ -78,12 +78,9 @@ the source tree. After that you should run <tt>make</tt> for
compilation and <tt>make install</tt> (as root) for installation of
<tt>xmms-polyp</tt>.</p>
-<p>Make sure that <tt>xmms-polyp</tt>'s driver files are installed
-into <tt>libao</tt>'s driver directory. The exact path differs from
-distribution to distribution, but is probably something like
-<tt>/usr/lib/ao/plugins-2</tt>. To install <tt>xmms-polyp</tt> to
-that directory make sure to pass <tt>--prefix=/usr</tt> to the
-<tt>configure</tt> command line.</p>
+<p>Make sure to have XMMS's development package <tt>xmms-dev</tt>
+installed and the script <tt>xmms-config</tt> in your <tt>$PATH</tt>
+before configuring the source code.</p>
<h2><a name="acks">Acknowledgements</a></h2>