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