TerraGear GUI: Difference between revisions

Jump to navigation Jump to search
m (→‎GUI development: http://forum.flightgear.org/viewtopic.php?f=5&t=25688&p=235873&hilit=terragear+responsive#p235623)
Line 26: Line 26:
# Then go in the source:<br/><pre>cd terrageargui</pre>
# Then go in the source:<br/><pre>cd terrageargui</pre>
# Create a build dir:<br/><pre>mkdir build && cd build</pre>
# Create a build dir:<br/><pre>mkdir build && cd build</pre>
# Now build it:<br/><pre>qmake .. && make</pre>
# Now build it:<br/><pre>qmake .. </pre> or<pre>qmake-qt4 ..</pre> then<pre>make</pre>
# You can now start it with:<br/><pre>./bin/TerraGUI</pre>
# You can now start it with:<br/><pre>./bin/TerraGUI</pre>


Navigation menu