Menu

Tree [8eacb7] master /
 History

HTTPS access


File Date Author Commit
 documents 2010-08-31 Timo Salokas Timo Salokas [8eacb7] Polished up screenshots. They still could be be...
 external 2010-07-08 Timo Salokas Timo Salokas [305cd5] Merge branch 'master' of git@...
 forms 2010-08-25 Petteri Tolonen Petteri Tolonen [281632] Merge branch 'master' of git@...
 headers 2010-08-31 Timo Salokas Timo Salokas [e35307] FileManager is now initialized in XTracer::load...
 resources 2010-08-30 Lasse Mankinen Lasse Mankinen [79d280] Merge branch 'master' of ssh://urkkeli@...
 sources 2010-08-31 Timo Salokas Timo Salokas [e35307] FileManager is now initialized in XTracer::load...
 tests 2010-08-26 Petteri Tolonen Petteri Tolonen [5d40dc] Merge branch 'master' of git@...
 .gitignore 2010-06-14 Lasse Mankinen Lasse Mankinen [153eb8] Merge branch 'master' of git@...
 README 2010-08-31 Timo Salokas Timo Salokas [3bc5cc] README was fixed.
 xtracer.pro 2010-08-26 Petteri Tolonen Petteri Tolonen [cf33e6] Merge branch 'master' of git@...
 xtracer_test.pro 2010-07-22 Lasse Mankinen Lasse Mankinen [fa8108] Merge branch 'master' into development

Read Me

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
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.