xTracer
This readme will cover the build steps required for running xTracer.
All you need will be (hopefully) installed during the steps below.
Qextserialport (http://qextserialport.sourceforge.net/) is deployed with xTracer repository and compiled with
the xTracer project.
Build steps
(Ubuntu)
1. Install g++ compiler
apt-get install g++
2. Install Qt4 development library
apt-get install libqt4-dev
3. Install Git
apt-get install git-core
4. Get the git repository from Sourceforge
git clone git://xtracer-qt.git.sourceforge.net/gitroot/xtracer-qt/xtracer-qt
5. Go to the project directory
cd xtracer-qt
6. Run qmake and make
qmake xtracer.pro && make
7. Run xtracer
./xtracer
8. Send bug reports, feature requests and patches to Sourceforge
https://sourceforge.net/tracker/?group_id=346944