Skip to content

Commit

Permalink
INSTALL: Move to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
PromyLOPh committed Dec 30, 2024
1 parent c16cc60 commit e1b593b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 34 deletions.
34 changes: 0 additions & 34 deletions INSTALL

This file was deleted.

30 changes: 30 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down

0 comments on commit e1b593b

Please sign in to comment.