aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-12-13 16:23:18 +0000
committerKalle Wallin <kaw@linux.se>2004-12-13 16:23:18 +0000
commit03cc74cb251535808dbf08e1680f0b6f1feead92 (patch)
tree0a2eb17f075fc6d1ccb12cf6484646f011429c1e /README
parent341ea416977251b39ca75e281d47108c2ce0bbba (diff)
downloadmpd-03cc74cb251535808dbf08e1680f0b6f1feead92.tar.gz
mpd-03cc74cb251535808dbf08e1680f0b6f1feead92.tar.xz
mpd-03cc74cb251535808dbf08e1680f0b6f1feead92.zip
Added svn checkout information
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@2795 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--README12
1 files changed, 9 insertions, 3 deletions
diff --git a/README b/README
index ca1e28d65..4148790dc 100644
--- a/README
+++ b/README
@@ -23,9 +23,15 @@ Download the ncmpc source code, then:
$ tar zxvf ncmpc-x.y.z.tar.gz
$ cd ncmpc-x.y.z
$ ./configure
- $ make
- $ make install
-
+ $ 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
Upgrading to ncmpc-0.11.0