Libubuntuone

Revision 4 as of 2010-04-08 17:29:48

Clear message

Contents

How to build and install

The following shows how to get the latest code from libubuntuone trunk, configure to install system wide, and then install. Most will be building libubuntuone to use with Rhythmbox in order to test the Ubuntu One Music Store plugin so once the steps below are successful you should be able to open Rhythmbox and access the Ubuntu One Music Store using the latest and greatest libubuntuone.

Install dependencies

Only need to do this once. If there are dependencies you find are missing from here, please add. Smile :)

  •   $ sudo apt-get install gnome-common gtk-doc-tools libwebkit-dev libgnome-keyring-dev libdbus-glib-1-dev libgconf2-dev libsoup-gnome2.4-dev gtk-sharp2-gapi mono-gmcs python-gtk2-dev gtk-sharp2

Checkout, configure, build, install

  •   $ bzr branch lp:libubuntuone 
        cd libubuntuone 
        ./autogen.sh --prefix=/usr
        make
        sudo make install