| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| doxygen_documentation.tar.bz2 | 2010-08-31 | 366.8 kB | |
| README | 2010-08-30 | 782 Bytes | |
| protocol-definition-guide.pdf | 2010-08-30 | 160.6 kB | |
| promo-sheet.pdf | 2010-08-30 | 318.0 kB | |
| Totals: 4 Items | 846.2 kB | 0 | |
==================================== xTracer ====================================
This readme will cover the build steps required for running xTracer.
All you need will be (hopefully) installed during the steps below.
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 && make
7. Run xtracer
./xtracer
8. Send bug reports, feature requests and patches to Sourceforge
https://sourceforge.net/tracker/?group_id=346944