Previous Up Next

Chapter 2  Installation

2.1  Linux

2.1.1  Building

Requirements:
  1. gcc (>2.95)
  2. qmake
  3. Qt3 library (>3.1)
Decompress the source code and enter into the XMotion source directory:
tar xvfz xmotion<version>.tar.gz
cd xmotion<version>
To build the source code, type:
./configure
make clean
make
make translation
make doc
To install XMotion   type (as root):
make install
To UN-install XMotion   type (as root):
make uninstall

2.1.2  Precompiled Binaries

The binary packages generated are provided for:
Package Distribution
xmotion_x_y_z_i386.deb Debian SID distribution (unstable)
xmotion_static_x_y_z_i386.deb All Linux-i386 distributions. ( XMotion compiled statically)
xmotion_static_x_y_z_i386.rpm All Linux-i386 distributions. ( XMotion compiled statically)


The packages can be downloaded from http://www.sf.net/projects/motionview.


WARNING: We would be happy if somebody generates packages on other Linux distributions.

2.2  Windows

2.2.1  Building

Requirements:
  1. Microsoft Visual Studio .NET
  2. Qt3 library (www.trolltech.com)
Decompress the source code and enter into the XMotion source directory:
tar xvfz xmotion<version>.tar.gz
cd xmotion<version>
To build the source code, type:
qmake CONFIG+=release
nmake clean
nmake
make translation
make doc

2.2.2  Precompiled Binaries



Due to the fact that the Qt3 library and Microsoft Visual Studio are not free of charge, the Windows binaries 1 are reserved to the XMotion and Motion contributors.

1
The license agreement of the Windows version is NOT the same as for the Linux version. (see chap. 9.2)

This project is sponsored by CoverageMeter - Software Test Performance Measurement


Previous Up Next