diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2008-10-25 15:35:43 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2008-10-25 15:35:43 +0200 |
commit | a6d0c68ec0a79790253f818c650858c72f5becb2 (patch) | |
tree | 630b4e39547c59d8a65f9250fa3fa1dd68c462e5 | |
parent | 5dd5ce54267d6d29704b05e23f05d2e3bcfc9c30 (diff) | |
download | pianobar-a6d0c68ec0a79790253f818c650858c72f5becb2.tar.gz pianobar-a6d0c68ec0a79790253f818c650858c72f5becb2.tar.bz2 pianobar-a6d0c68ec0a79790253f818c650858c72f5becb2.zip |
Some build hints, pthreads dependency documented
-rw-r--r-- | INSTALL | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -12,6 +12,7 @@ pianobar libao http://www.xiph.org/ao/ libcurl http://curl.haxx.se/ libfaad2 http://www.audiocoding.com/downloads.html +pthreads readline UTF-8 console/locale! @@ -34,6 +35,10 @@ Build make make install -Or run the client from this source directory +If the build or configure process fails try something like this (you may have +to adjust the paths): +LDFLAGS+=" -L/usr/pkg/lib" CFLAGS+=" -I/usr/pkg/include/faad2" ./configure + +You can run the client directly from the source directory: ./src/pianobar |