Installing On Ubuntu

To install MPX on Ubuntu you will need to install at least (heh, "least") the following:

sudo apt-get install gettext libboost-dev libboost-python-dev python-gtk2-dev libxml2-dev \
                     libsoup2.4-dev libsqlite3-dev libglibmm-2.4-dev libclutter-0.6-dev \
                     libclutter-cairo-0.6-dev libclutter-gtk-0.6-dev libgtkmm-2.4-dev \
                     libglademm-2.4-dev libxerces28-dev libgstreamer0.10-dev \
                     libgstreamer-plugins-base0.10-dev libdbus-glib-1-dev \
                     libstartup-notification0-dev libofa0-dev libgdl-1-dev \
                     libgtkglextmm-x11-dev libasound-dev libcdparanoia0-dev \
                     libhal-storage-dev libhal-dev libtag1-dev libboost-regex-dev \
                     python-cairo-dev libgnomeui-dev

Taglib-gio

You also need to get TagLib?-gio: http://freshmeat.net/projects/taglib-gio/

Sigx

Also, you'll need sigx - you can get debs for that here: http://futurepast.free.fr/debian/sigx_2.0_i386.deb Note, if you're on x86_64 you'll need to build sigx yourself.

Easiest way to build sigx:

sudo apt-get install git-core scons
git clone git://git.assembla.com/sigx.git
cd sigx
sudo scons install

With these dependencies installed you should be able to then do the usual compile process:

./configure --help # Read the help...
./configure --prefix=/usr/local
make
sudo make install