## FlexCard Linux driver Read_Me_Tools.txt
## ---------------------------------------

## The FlexCard Linux driver must be installed to run the FlexUpdate, FlexAlyzerV2 and
## CanBaudRateCalculator applications. These tools require a valid Qt installation and
## a running xserver. Please do the following steps to avoid failed configurations:

## Download and configuration of Qt C++ framework.
cd /tmp/
wget ftp://ftp.qt.nokia.com/qt/source/qt-x11-opensource-src-4.4.3.tar.gz
tar -xvzf qt-x11-opensource-src-4.4.3.tar.gz
rm -f qt-x11-opensource-src-4.4.3.tar.gz
cd qt-x11-opensource-src-4.4.3/
./configure -prefix /tmp/ebel/qt-src -libdir /opt/ebel/shared/qt/4.4.3 -no-qt3support -no-opengl
## type 'yes'

## The xserver development package has to be installed for compiling Qt.
apt-get install libX11-dev
make
make install
cd ..

## Cleanup
rm -rf /tmp/qt-x11-opensource-src-4.4.3/
rm -rf /tmp/ebel/qt-src

## The applications should be ready to run now
