Jump to content

Compiling Doomseeker on Linux: Difference between revisions

No edit summary
Line 238: Line 238:
(gdb) run <command line parameters>
(gdb) run <command line parameters>
</pre>
</pre>
To see the available command line parameters for Doomseeker, type <code>run --help</code> and press enter.


If Doomseeker crashes, gdb may be able to tell you the source file and line number it crashed in. Typing in the command backtrace or bt will produce information telling the last function calls, showing how execution got to the point where it crashed:
If Doomseeker crashes, gdb may be able to tell you the source file and line number it crashed in. Typing in the command backtrace or bt will produce information telling the last function calls, showing how execution got to the point where it crashed:
Line 255: Line 256:
|+ <span style="text-decoration: underline">CMake options</span>
|+ <span style="text-decoration: underline">CMake options</span>
|-
|-
!width="10%"|Options!!width="25%"|Description!!width="65%"|Example
!width="10%"|Options!!width="30%"|Description!!width="60%"|Example
|-
|-
|FORCE_QT4=ON||Force Qt4.||cmake .. -DCMAKE_BUILD_TYPE=Release -DFORCE_QT4=ON
|FORCE_QT4=ON||Force Qt4.||cmake .. -DCMAKE_BUILD_TYPE=Release -DFORCE_QT4=ON
20

edits