diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 36 |
1 files changed, 35 insertions, 1 deletions
@@ -33,10 +33,11 @@ and \*BSD as well as a `native Windows port`_. .. _homebrew: http://brew.sh/ .. _native Windows Port: https://github.com/thedmd/pianobar-windows -The current pianobar release is 2022.04.01_ (sha256__, sign__). More recent and +The current pianobar release is 2024.12.21_ (sha256__, sign__). More recent and experimental code is available at GitHub_ and the local gitweb_. Older releases are available here: +- 2022.04.01_ (sha256__, sign__) - 2020.11.28_ (sha256__, sign__) - 2020.04.05_ (sha256__, sign__) - 2019.02.14_ (sha256__, sign__) @@ -67,6 +68,9 @@ are available here: - 2010.10.07_ (sha1__) - 2010.08.21_ (sha1__) +.. _2024.12.21: https://6xq.net/pianobar/pianobar-2024.12.21.tar.bz2 +__ https://6xq.net/pianobar/pianobar-2024.12.21.tar.bz2.sha256 +__ https://6xq.net/pianobar/pianobar-2024.12.21.tar.bz2.asc .. _2022.04.01: https://6xq.net/pianobar/pianobar-2022.04.01.tar.bz2 __ https://6xq.net/pianobar/pianobar-2022.04.01.tar.bz2.sha256 __ https://6xq.net/pianobar/pianobar-2022.04.01.tar.bz2.asc @@ -157,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 --- |