diff options
author | Max Kellermann <max@duempel.org> | 2008-11-17 22:00:03 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-11-17 22:00:03 +0100 |
commit | 00decc13280a7d92595c6f59249d8a3852a42746 (patch) | |
tree | 2d301eb65459ea638e625027c2975e67d8ffcc9d /README | |
parent | 240e024bc0a6f8ba84f844ee2b4e8f0054cea477 (diff) | |
download | mpd-00decc13280a7d92595c6f59249d8a3852a42746.tar.gz mpd-00decc13280a7d92595c6f59249d8a3852a42746.tar.xz mpd-00decc13280a7d92595c6f59249d8a3852a42746.zip |
INSTALL: replaced generic instructions
Removed the generic GNU installation instructions, nobody will ever
bother to read this lengthy document. Moved installation instructions
from README.
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 1 insertions, 17 deletions
@@ -15,23 +15,7 @@ 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 - $ ./configure - $ make - $ make install - -or if you are starting from the subversion checkout: - $ svn co https://svn.musicpd.org/ncmpc/trunk ncmpc - $ cd ncmpc - $ ./autogen.sh - $ make - $ make install +See the INSTALL file. Upgrading to ncmpc-0.11.0 |