TerraGear GUI: Difference between revisions

Jump to navigation Jump to search
m
Formatting, mediawiki isn't that great in lists...
m (Formatting, mediawiki isn't that great in lists...)
Line 16: Line 16:
Please note that you need to download/compile [[TerraGear]] as well.
Please note that you need to download/compile [[TerraGear]] as well.


'''For GNU/Linux users'''
==== For GNU/Linux users ====


* Grab the sources and store it where you want :  
# Grab the sources and store it where you want:<br/><pre>git clone git://gitorious.org/terragear-addons/terrageargui.git</pre>
  <tt>git clone git://gitorious.org/terragear-addons/terrageargui.git</tt>
# Then go in the source:<br/><pre>cd terrageargui</pre>
* Then go in the source:
# Create a build dir:<br/><pre>mkdir build && cd build</pre>
  <tt>cd terrageargui</tt>
# Now build it:<br/><pre>qmake .. && make</pre>
* Create a build dir:
# You can now start it with:<br/><pre>./TerraGUI</pre>
  <tt>mkdir build && cd build</tt>
* Now build it:  
  <tt>qmake .. && make</tt>
 
You can now start it with:  
  <tt>./TerraGUI</tt>


You're done!
You're done!

Navigation menu