summaryrefslogtreecommitdiffstats
path: root/INSTALL_CVS
diff options
context:
space:
mode:
authorTodd Zullinger <tmzullinger@users.sourceforge.net>2007-06-03 17:41:07 +0000
committerTodd Zullinger <tmzullinger@users.sourceforge.net>2007-06-03 17:41:07 +0000
commit4e146052f86c7815098d8e78c99b216fa0e7a0f8 (patch)
tree350b3c194f75e5443ec61c630c475b20d29ee219 /INSTALL_CVS
parent9e50017e687fbbba9d93b7c184bb26cbaba797c5 (diff)
downloadlibgpod-4e146052f86c7815098d8e78c99b216fa0e7a0f8.tar.gz
libgpod-4e146052f86c7815098d8e78c99b216fa0e7a0f8.tar.xz
libgpod-4e146052f86c7815098d8e78c99b216fa0e7a0f8.zip
rename INSTALL_CVS to INSTALL_SVN
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1524 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'INSTALL_CVS')
-rw-r--r--INSTALL_CVS24
1 files changed, 0 insertions, 24 deletions
diff --git a/INSTALL_CVS b/INSTALL_CVS
deleted file mode 100644
index 8184396..0000000
--- a/INSTALL_CVS
+++ /dev/null
@@ -1,24 +0,0 @@
-If you install from Subversion, call
-
-./autogen.sh
-make
-make install
-
-To make a distribution tarball do
-
-./autogen.sh
-make distcheck
-
-See the INSTALL and TROUBLESHOOTING file for more information.
-
-Note: If you are building the python bindings, automake-1.9 has some
-minor improvements over automake-1.7 in the py-compile script used to
-byte-compile the *.py files. You may change REQUIRED_AUTOMAKE_VERSION
-to 1.9 in autogen.sh if you wish.
-
-In order to build the python bindings you will have to install the
-following packages:
-
-python (e.g. python2.4)
-python-dev (e.g. python2.4-dev)
-python-mutagen