tce-load -i compiletc automake libtool-dev intltool raptor-dev wget https://github.com/swh/LRDF/archive/v0.6.1.tar.gz cd LRDF-0.6.1 ./autogen.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 --localstatedir=/var --disable-static find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [0m 5.03s] sudo make install