This is ViTE version 1.0.

ViTE is a C++ Visual Trace Explorer using Qt for viewing.

INSTALLING ViTE

On Windows, please refer to the how_to_install.txt file in the windows.tar.gz file.

On MacOS X or Debian, follow the next step.


COMPILING ViTE

If you do not have Qt please visit : http://www.qtsoftware.com/downloads/opensource/appdev and download the development files for your operating system.
Install also GLUT (http://www.opengl.org/resources/libraries/glut/).

For Debian/Ubuntu users, you can use apt-get :
sudo apt-get install libqt4-dev libqt4-opengl-dev libglut3-dev
sudo apt-get install libglew-dev
For Debian users, you may need to install also the qmake package.

Then, until Qt development files are installed, you can compile ViTE :

./configure will configure your Makefile depending on your OS.

make will create the binary files 

DOCUMENTATION

For ViTE there is three documentations that can be found in documentation folder.

The first one is the user manual which can be useful for a first use.

The two other ones are for developpers : this is the technical manual and the Doxygen generated doc. The technical manual explains how ViTE is coded and the Doxygen explains the classes and functions more in details.

For Doxygen, it is necessary to have epstopdf for the latex version. You can install it with the package texlive-extra-utils.
Also, install the dot program for graphics from the package graphviz.

The doxygen documentation can be compiled by the command : make doc.


SUPPORTED PLATFORMS

For this release, the following platforms have been tested on :
- Ubuntu 8.04 / 8.10 / 9.04.
- Windows Xp/Vista.
- Mandriva linux one 2009 kde (under virtualbox).
- MacOS X.

HOW TO REPORT A BUG

If you think you have found a bug in ViTE, you can report it by mail at vite-developpeurs@lists.gforge.inria.fr or in the forum at https://gforge.inria.fr/forum/?group_id=1596