# Note: depends on webkitgtk # Note: depends on json-glib # Note: depends on rest # Note: depends on libsecret # Note: depends on libnotify # Note: depends on dbus-glib # Note: depends on telepathy-glib0 wget -c http://ftp.gnome.org/pub/GNOME/sources/gnome-online-accounts/3.18/gnome-online-accounts-3.18.2.tar.xz tar -xJf gnome-online-accounts-3.18.2.tar.xz cd gnome-online-accounts-3.18.2 mkdir -p build cd build ../configure --prefix="/usr" --disable-compile-warnings # by warnings they mean -Werror make # Doesn't mind -j# make install