			  INSTALLING Qt/Embedded


This installation procedure is written for Linux. It may need to be
modified for other platforms.
 
Unpack the archive if you have not done so already:

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

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

Compile the Qt/Embedded library and examples:

cd ~/qt-3.0.3
export QTDIR=~/qt-3.0.3
export LD_LIBRARY_PATH=~/qt-3.0.3/lib:$LD_LIBRARY_PATH
./configure
make

You will require a working Linux framebuffer to use Qt/Embedded.

To run the demo:

cd ~/qt-3.0.3/examples/launcher
./start_demo

See the HTML documentation in doc/html for detailed installation
instructions.

