summaryrefslogtreecommitdiffstats
path: root/INSTALL_SVN
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
commit0d66897f09aa8a7e899539f6f5f4f88c54b5bcdf (patch)
tree350b3c194f75e5443ec61c630c475b20d29ee219 /INSTALL_SVN
parentfd5be9393035abb79720c4ec14e178faf232acec (diff)
downloadlibgpod-0d66897f09aa8a7e899539f6f5f4f88c54b5bcdf.tar.gz
libgpod-0d66897f09aa8a7e899539f6f5f4f88c54b5bcdf.tar.xz
libgpod-0d66897f09aa8a7e899539f6f5f4f88c54b5bcdf.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_SVN')
-rw-r--r--INSTALL_SVN24
1 files changed, 24 insertions, 0 deletions
diff --git a/INSTALL_SVN b/INSTALL_SVN
new file mode 100644
index 0000000..8184396
--- /dev/null
+++ b/INSTALL_SVN
@@ -0,0 +1,24 @@
+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