Table of Contents

Compiling with Linux (Debian)

The latest sourcecode tarball from sourceforge (12.9.13) is outdated: http://sourceforge.net/projects/wpdev/files/latest/download

The latest version here located at WebSVN is release 6894, version 12.9.16.

Better get version 12.9.7: http://www.hoogi.de/wolfpack/wolfpack-12.9.17.tar.gz. Some work is done at Github in the moment: https://github.com/thooge/Wolfpack

Client

apt-get install gdb

Tests regarding QT5

apt-get install build-essential qt5-qmake qtbase5-dev qt5-default libpython2.7-dev
export QTDIR=/usr/share/qt5

Compilation at the moment not successfull. More research must be done.

Client

 apt-get install libqt5opengl-dev

The handling of argc and argv changed. They must be accessed via arguments() and are of type QStringList. Here is work to be done.