summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2024-12-30 10:22:24 +0100
committerLars-Dominik Braun <lars@6xq.net>2024-12-30 10:22:24 +0100
commite1b593b37565d2d06580a0549b12f60015bf2c40 (patch)
tree2d2f38598eb209f62b0478fee5326740a59c602c /INSTALL
parentc16cc605265ddfe1f10439f0f4095516450c302b (diff)
downloadpianobar-e1b593b37565d2d06580a0549b12f60015bf2c40.tar.gz
pianobar-e1b593b37565d2d06580a0549b12f60015bf2c40.tar.bz2
pianobar-e1b593b37565d2d06580a0549b12f60015bf2c40.zip
INSTALL: Move to README.HEADmaster
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL34
1 files changed, 0 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
-