diff options
author | Kalle Wallin <kaw@linux.se> | 2004-07-02 10:30:01 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-07-02 10:30:01 +0000 |
commit | 2bdcaa623f479686a08bcfe6285db633e9fa4a4e (patch) | |
tree | 95e068dc47d0013609f11dd81bbb71581e0a99c2 /README | |
parent | 7bf87192828e33fbdad2dd2a82474acaffc1bdf1 (diff) | |
download | mpd-2bdcaa623f479686a08bcfe6285db633e9fa4a4e.tar.gz mpd-2bdcaa623f479686a08bcfe6285db633e9fa4a4e.tar.xz mpd-2bdcaa623f479686a08bcfe6285db633e9fa4a4e.zip |
improved error handling in the argv parser
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1762 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -14,6 +14,11 @@ control for music playback over a local network. Read more at musicpd.org How to compile and install ncmpc ------------------------------------------------------------------------------- + +Requirements: + * ncurses + * glib-2.2 (2.4 for NLS support) + Download the ncmpc source code, then: $ tar zxvf ncmpc-x.y.z.tar.gz $ cd ncmpc-x.y.z |