Revision: 2123
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2123&view=rev
Author: jcsjcs
Date: 2008-09-27 13:25:26 +0000 (Sat, 27 Sep 2008)
Log Message:
-----------
* INSTALL: added instructions on how to compile libgopd and
gtkpod on a
fairly virgin Ubuntu Hardy (8.04) installation.
Modified Paths:
--------------
gtkpod/trunk/ChangeLog
gtkpod/trunk/INSTALL
Modified: gtkpod/trunk/ChangeLog
===================================================================
--- gtkpod/trunk/ChangeLog 2008-09-22 02:25:44 UTC (rev 2122)
+++ gtkpod/trunk/ChangeLog 2008-09-27 13:25:26 UTC (rev 2123)
@@ -1,3 +1,8 @@
+2008-09-27 Jorg Schuler <jcsjcs at users.sourceforge.net>
+
+ * INSTALL: added instructions on how to compile libgopd and gtkpod on a
+ fairly virgin Ubuntu Hardy (8.04) installation.
+
2008-09-21 Jorg Schuler <jcsjcs at users.sourceforge.net>
* src/mp3file.c (id3_set_string): don't write genre IDs instead of
Modified: gtkpod/trunk/INSTALL
===================================================================
--- gtkpod/trunk/INSTALL 2008-09-22 02:25:44 UTC (rev 2122)
+++ gtkpod/trunk/INSTALL 2008-09-27 13:25:26 UTC (rev 2123)
@@ -1,5 +1,6 @@
How to compile/install gtkpod:
+(For ubuntu/debian please refer to the end of this file for a quick round-up)
1. First, make sure you have compiled and installed the dependencies.
Most Linux distros will include them, except maybe for libid3tag
@@ -99,6 +100,7 @@
----------------------------------------------------------------------
+
** Note that you do not need to accept the default (usually
/usr/local) install path when you compile and install the software.
You may choose to install the software in a different location.
@@ -114,3 +116,36 @@
install gtkpod into $HOME/Applications/gtkpod. Do this instead:
CFLAGS="-I$HOME/Applications/mpeg4ip/include
-L$HOME/Applications/mpeg4ip/lib -I$HOME/Applications/libid3tag/include
-L$HOME/Applications/libid3tag/lib" ./configure
--prefix=$HOME/Applications/gtkpod ; make ; make install
+
+------------------------------------------------------------------------
+
+Quick guide for Ubuntu/Debian
+
+The following steps were necessary to install libgpod and gtkpod on a fairly
virgin Ubuntu Hardy (LTS 8.04) installation.
+
+# required packages
+sudo apt-get install git-svn autoconf flex gettext libglib2.0-dev
libgtk2.0-dev libglade2-dev libid3tag0-dev libxml-parser-perl pkg-config
automake gcc subversion gtk-doc-tools
+
+# recommended packages
+sudo apt-get install libcurl4-dev libflac-dev libgnomevfs2-dev libhal-dev
libvorbis-dev libmp4v2-dev
+
+# checkout of libgpod and gtkpod
+svn co https://gtkpod.svn.sourceforge.net/svnroot/gtkpod/libgpod/trunk libgpod
+svn co https://gtkpod.svn.sourceforge.net/svnroot/gtkpod/gtkpod/trunk gtkpod
+
+# compile libgpod
+cd libgpod/
+./autogen.sh
+make
+sudo make install
+
+# compile gtkpod
+cd ../gtkpod/
+cd libgpod/
+./autogen.sh
+make
+sudo make install
+
+#start gtkpod
+gtkpod &
+
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2