Skip to main content

Install

The current Version need the qt Toolkit from http://trolltech.com/products/qt

the requiered Version is 4.0. or higher with MinGW.

on Windows:

read this.

on Linux:

unpack:

unzip arrowmatcher-<version>.zip

change in the new directory:

cd arrowmatcher_qt

set the path (if necessary):

export QTDIR=/usr/local/Trolltech/Qt-4.0.1
export PATH=$QTDIR/bin:$PATH

build the makefile and run make to build the executable:

qmake -makefile "QT += qt3support" "CONFIG += assistant" arrowmatcher_qt.pro
make

It is necessary to start the application from src Directory to enable the german translation:

cd src
../bin/arrowmatcher