$ tce-load -wi compiletc gtk2-dev intltool automake autoconf gettext-dev

-> per TC wiki, for maximum compatibility:
$ export CFLAGS="-mtune=generic -Os -pipe"
$ export CXXFLAGS="-mtune=generic -Os -pipe"
$ export LDFLAGS="-Wl,-O1"

$ ./autogen.sh
$ LIBS="-lgio-2.0" ./configure --prefix=/usr/local
$ make
$ mkdir /opt/dest; make DESTDIR=/opt/dest install
