summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@lavabit.com>2010-06-11 19:36:06 +0200
committerLars-Dominik Braun <PromyLOPh@lavabit.com>2010-06-11 19:41:55 +0200
commit8ac0b9532a34383d22b76ff7e274e32780891dc1 (patch)
tree6bbae93c881146e69997c9d3d50215689e671b4e /INSTALL
parent2a1e81927ef6fbf0d9c5fe4b6acf907a24eda3f7 (diff)
downloadpianobar-8ac0b9532a34383d22b76ff7e274e32780891dc1.tar.gz
pianobar-8ac0b9532a34383d22b76ff7e274e32780891dc1.tar.bz2
pianobar-8ac0b9532a34383d22b76ff7e274e32780891dc1.zip
Switching build system again
Now it's plain make.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL32
1 files changed, 24 insertions, 8 deletions
diff --git a/INSTALL b/INSTALL
index 50d7cbd..60f2a80 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,9 +4,7 @@ Install
Dependencies
------------
-Versions may vary :) Just get the newest one:
-
-cmake
+make
libao http://www.xiph.org/ao/
libfaad2 http://www.audiocoding.com/downloads.html
AND/OR libmad http://www.underbit.com/products/mad/
@@ -16,10 +14,28 @@ UTF-8 console/locale!
Building
--------
-cmake .
-make
-make install
+If you have all of the dependencies listed above just type
-You can run the client directly from the source directory:
+ make clean && make
+
+You can run the client directly from the source directory now
-./src/pianobar
+ ./pianobar
+
+Or install it by issuing
+
+ make install
+
+In case you don't want to install libmad OR libfaad you probably want to
+disable one of them:
+
+ make clean && make DISABLE_FAAD=1
+
+or
+
+ make clean && make DISABLE_MAD=1
+
+libpiano can be built and installed by running
+
+ make clean && make libpiano && make install-libpiano
+