<> |||| === How to build and install === The following shows how to get the latest code from [[https://edge.launchpad.net/libubuntuone|libubuntuone]] trunk, configure to install system wide, and then install. Most will be building libubuntuone to use with Rhythmbox in order to test the [[https://launchpad.net/rhythmbox-ubuntuone-music-store|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. :) {{{ $ 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 }}}