User Tools

Site Tools


compile_linux

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
compile_linux [2016/12/20 15:41]
thooge [Tests regarding QT5]
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) ======
  
 The latest sourcecode tarball from sourceforge (12.9.13) is outdated: The latest sourcecode tarball from sourceforge (12.9.13) is outdated:
Line 22: Line 22:
 Some work is done at Github in the moment: https://github.com/thooge/Wolfpack 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 ===== ===== Tests regarding QT5 =====
  
Line 32: Line 40:
 Compilation at the moment **not** successfull. More research must be done. 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.1482244868.txt.gz ยท Last modified: 2016/12/20 15:41 (external edit)