- extensions to build: compiletc.tcz squashfs-tools.tcz glu-dev.tcz gmpc-dev.tcz gob2.tcz gtk2-dev.tcz intltool.tcz libmpd-dev.tcz pcre-dev.tcz taglib-dev.tcz wayland-dev.tcz $ wget -i src_la_.txt (did this on Debian, i not spported in BusyBox, and copied directory lala) $ sudo cp *.la /usr/local/lib - compiler flags: export CFLAGS="-march=i486 -mtune=i686 -Os -pipe" export CXXFLAGS="-march=i486 -mtune=i686 -Os -pipe" export LDFLAGS="-Wl,-O1" - build: $ ./configure --prefix=/usr/local $ make $ sudo make DESTDIR=path install