# Note: depends on pkg-config
# Note: depends on libxml2
# Note: depends on glibmm
wget -c http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.40/libxml++-2.40.1.tar.xz
tar -xJf libxml++-2.40.1.tar.xz
cd libxml++-2.40.1
mkdir -p builddir
cd builddir
../configure --prefix="/usr"
make # Doesn't mind -j#
make install