diff options
author | Jesse Cooke <jesse@jc00ke.com> | 2012-07-02 08:44:52 -0700 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2012-07-03 16:53:42 +0200 |
commit | 51dcefbe0e86b239621d4081ca992134fb581f91 (patch) | |
tree | 9aaad53f0112c3ebc79cb3cdda8de18b2c659c18 | |
parent | 93ae3c6f4a2e9c28f58669b3d8bbf61ccf6e7365 (diff) | |
download | pianobar-51dcefbe0e86b239621d4081ca992134fb581f91.tar.gz pianobar-51dcefbe0e86b239621d4081ca992134fb581f91.tar.bz2 pianobar-51dcefbe0e86b239621d4081ca992134fb581f91.zip |
Fix last commit
See #281, #284 and #285.
-rw-r--r-- | INSTALL | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -61,16 +61,15 @@ this issue by overriding CFLAGS[1] Ubuntu 12.04 ++++++++++++ -To install on Ubuntu > 12.04 +To install on Ubuntu >= 12.04 sudo apt-get install \ libao-dev \ libmad0-dev \ - libfaac-dev \ libfaad-dev \ libgnutls-dev \ libjson0-dev make sudo make install -You can then fire it with `pianobar` +You can then fire it up with `pianobar` |