User Tools

Site Tools


compile_linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
compile_linux [2014/07/22 09:05]
thooge created
compile_linux [2016/12/26 07:57] (current)
thooge [Compiling with Linux (Debian)]
Line 1: Line 1:
-====== Comliling with Linux (Debian) ======+====== Compiling with Linux (Debian) ======
  
-Tried out the latest sourcecode tarball from sourceforge:+The latest sourcecode tarball from sourceforge (12.9.13) is outdated:
 http://sourceforge.net/projects/wpdev/files/latest/download http://sourceforge.net/projects/wpdev/files/latest/download
  
-  * Adjustment in configure.py nacessary to support python 2.7+  * Adjustment in configure.py necessary to support python 2.7
   * configure.py throws warning   * configure.py throws warning
   * does not compile: '';../src'' in include path seems to be a problem   * does not compile: '';../src'' in include path seems to be a problem
Line 17: Line 17:
   * ... stopped here   * ... stopped here
  
 +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
 +
 +  * ''git clone https://github.com/thooge/Wolfpack.git''
 +  * go to build dir
 +  * ''configure2.py''
 +  * ''make''
 +  * See [[linux|Linux instructions]]
 +
 +===== Client =====
 +  apt-get install gdb
 +  
 +===== Tests regarding QT5 =====
 +
 +<code>
 +apt-get install build-essential qt5-qmake qtbase5-dev qt5-default libpython2.7-dev
 +export QTDIR=/usr/share/qt5
 +</code>
 +
 +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.
compile_linux.1406012728.txt.gz ยท Last modified: 2014/07/22 09:05 by thooge