wget -c http://ftp.gnome.org/pub/GNOME/sources/gnome-common/3.14/gnome-common-3.14.0.tar.xz
tar -xJf gnome-common-3.14.0.tar.xz
cd gnome-common-3.14.0
mkdir -p build
cd build
../configure --prefix="/usr"
make install