			INSTALLING Qt/Embedded for MIPS


The mips cross-compilation tools from http://www.linux-vr.org/tools.html
are supported by this version of Qt/Embedded.

Unpack the archive if you have not done so already:

cd <anywhere>
gunzip qt-embedded-2.2.3-commercial.tar.gz    # uncompress the archive
tar xf qt-embedded-2.2.3-commercial.tar       # unpack it

This document assumes that the archive is installed as ~/qt-2.2.3

Compile the Qt/Embedded library and examples:

cd ~/qt-2.2.3
export QTDIR=~/qt-2.2.3
export LD_LIBRARY_PATH=~/qt-2.2.3/lib:$LD_LIBRARY_PATH
./configure -xplatform linux-mips-g++
make

See also the Cassiopeia case study in the Windowsystem-specific notes in the
HTML documentation.

