summaryrefslogtreecommitdiffstats
path: root/INSTALL_CVS
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2005-09-11 07:02:45 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2005-09-11 07:02:45 +0000
commitf86b974c27ef2e2fa4dd14336a2a2dbbf72b5773 (patch)
tree995f10a8d56d22860bb66e2cd9a5915c01e25a8a /INSTALL_CVS
parent2f00e28f8072072d062bf7363e63a3d5f8b69441 (diff)
downloadlibgpod-tmz-f86b974c27ef2e2fa4dd14336a2a2dbbf72b5773.tar.gz
libgpod-tmz-f86b974c27ef2e2fa4dd14336a2a2dbbf72b5773.tar.xz
libgpod-tmz-f86b974c27ef2e2fa4dd14336a2a2dbbf72b5773.zip
Some hints for troubleshooting and installation from CVS
Replaced autogen.sh to avoid gnome-common dependency. Changed configure.ac to work with new autogen.sh. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1084 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'INSTALL_CVS')
-rw-r--r--INSTALL_CVS12
1 files changed, 12 insertions, 0 deletions
diff --git a/INSTALL_CVS b/INSTALL_CVS
new file mode 100644
index 0000000..741285f
--- /dev/null
+++ b/INSTALL_CVS
@@ -0,0 +1,12 @@
+If you install from CVS, call
+
+./autogen.sh
+
+to generate and run the configure script.
+
+You can then proceed with
+
+make
+make install
+
+to make and install the library.