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/25 17:58]
thooge [Tests regarding QT5]
compile_linux [2016/12/26 07:57]
thooge [Compiling with Linux (Debian)]
Line 28: Line 28:
   * See [[linux|Linux instructions]]   * See [[linux|Linux instructions]]
  
 +===== Client =====
 +  apt-get install gdb
 +  
 ===== Tests regarding QT5 ===== ===== Tests regarding QT5 =====
  
Line 39: Line 42:
 Client Client
    apt-get install libqt5opengl-dev    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.txt · Last modified: 2016/12/26 07:57 by thooge