tce-load -i compiletc intltool gtk3-dev gobject-introspection-dev vala-dev gtk3-gir cd gtksourceview-3.24.11 edit install-sh #!/bin/sh CC="gcc -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -Os -pipe" CXX="g++ -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --disable-static --localstatedir=/var --enable-glade-catalog find . -name Makefile -type f -exec sed -i 's/-g -O2/ /g' {} \; make [6m 16.53s] sudo make install Configuration: Source code location: . Compiler: gcc -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -Os -pipe Glade Catalog: no Documentation: no GObject introspection: yes Vala: yes Code coverage: Valgrind check: no Installed tests: no