view build-mipsel.sh @ 1350:17fa5d78200b

Refactory domview_monitor to move code to scenes_parser
author Thinker K.F. Li <thinker@codemud.net>
date Sun, 13 Feb 2011 01:17:17 +0800
parents 21f944e79b19
children
line wrap: on
line source

#!/bin/sh

autoreconf -ifs
./configure --host mipsel-linux --build i686-pc-linux-gnu --prefix ${TANGO} --disable-sh_text --with-backend=dfb
make && make install