tce-load -i compiletc atk-dev gdk-pixbuf-dev pango-dev atk-gir gdk-pixbuf-gir pango-gir gobject-introspection-dev hicolor-icon-theme http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.32.tar.xz cd gtk+-2.24.32 sed -e 's#l \(gtk-.*\).sgml#& -o \1#' -i docs/faq/Makefile.in sed -e 's#l \(gtk-.*\).sgml#& -o \1#' -i docs/tutorial/Makefile.in CC="gcc -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe" CXX="g++ -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --localstatedir=/var --disable-static --disable-gtk-doc-html find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [23m 17.96s] sudo make install