# Note: depends on gnome-vfs # Note: depends on libbonobo # Note: depends on libcanberra wget -c http://ftp.gnome.org/pub/GNOME/sources/libgnome/2.32/libgnome-2.32.1.tar.bz2 tar -xjf libgnome-2.32.1.tar.bz2 cd libgnome-2.32.1 sed -i -e '/-DG_DISABLE_DEPRECATED/d' libgnome/Makefile.in mkdir -p build cd build ../configure --prefix="/usr" --sysconfdir="/etc" make # Doesn't mind -j# make install