Skip to main content

Foldertree

After extract the archive, you should have a folder structure as shown in the picture.

Qt Command Prompt

Start the Qt Command Prompt:
Start -> Programme -> Qt by Trolltech v4.x (Open Source) -> Qt 4.x Command Prompt

jump the the root folder of arrowmatcher

Type the following command to the command prompt to change to the root directory of the extracted archive:

cd c:\arrowmatcher2

build arrowmatcher

to build the application type the following 2 commands to the command prompt:

qmake -makefile arrowmatcher2.pro
make

run arrowmatcher

Start the appliction. It is necessary to start the aplication from this folder "src", because to find the translation file for the german language:

cd src
release\arrowmatcher2.exe