Showing posts with label rhythmbox. Show all posts
Showing posts with label rhythmbox. Show all posts

Friday, 12 June 2009

Building Rhythmbox SVN on Ubuntu

sudo apt-get make-dep rhythmbox
git clone git://git.gnome.org/rhythmbox
cd rhythmbox
./autogen.sh --prefix=$HOME/Desktop/rhythmbox --disable-scrollkeeper
make
make install


To uninstall:


cd rhythmbox
make uninstall