			  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-2.3.2-commercial.tar.gz    # uncompress the archive
tar xf qt-embedded-2.3.2-commercial.tar       # unpack it

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

Compile the Qt/Embedded library and examples:

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

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

To run the demo:

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

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

