summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL34
-rw-r--r--README.rst34
2 files changed, 34 insertions, 34 deletions
diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index fa18296..0000000
--- a/INSTALL
+++ /dev/null
@@ -1,34 +0,0 @@
-Install
-=======
-
-Dependencies
-------------
-
-- gmake
-- pthreads
-- libao
-- libcurl>=7.32.0
-- gcrypt[1]
-- json-c
-- ffmpeg>=5.1 [2]
-- UTF-8 console/locale
-
-[1] with blowfish cipher enabled
-[2] required: demuxer mov, decoder aac, protocol http and filters volume,
- aformat, aresample
-
-Building
---------
-
-Edit the Makefile and then type
-
- gmake clean && gmake
-
-You can run the client directly from the source directory now
-
- ./pianobar
-
-Or install it by issuing
-
- gmake install
-
diff --git a/README.rst b/README.rst
index de2d0c7..dc46f18 100644
--- a/README.rst
+++ b/README.rst
@@ -161,6 +161,36 @@ __ https://6xq.net/pianobar/pianobar-2010.10.07.tar.bz2.sha1
.. _2010.08.21: https://6xq.net/pianobar/pianobar-2010.08.21.tar.bz2
__ https://6xq.net/pianobar/pianobar-2010.08.21.tar.bz2.sha1
+Install
+-------
+
+You need the following software to build pianobar:
+
+- GNU make
+- pthreads
+- libao
+- libcurl ≥ 7.32.0
+- gcrypt [1]_
+- json-c
+- ffmpeg ≤ 5.1 [2]_
+- UTF-8 console/locale
+
+.. [1] with blowfish cipher enabled
+.. [2] required: demuxer mov, decoder aac, protocol http and filters volume,
+ aformat, aresample
+
+Then type::
+
+ gmake clean && gmake
+
+You can run the client directly from the source directory now::
+
+ ./pianobar
+
+Or install it to ``/usr/local`` by issuing::
+
+ gmake install
+
FAQ
---
@@ -206,10 +236,14 @@ pianod_
Pandora UNIX daemon, based on pianobar
Hermes_
Pandora Client for OS X
+`Remote pianobar`_
+ Fork of pianobar, which includes a HTTP server and serves a
+ Websocket-powered frontend for remote control.
.. _pithos: http://pithos.github.io/
.. _pianod: http://deviousfish.com/pianod/
.. _Hermes: http://hermesapp.org/
+.. _Remote pianobar: https://github.com/mr-light-show/remote-pianobar
Standalone devices
++++++++++++++++++