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