TerraGear GUI: Difference between revisions

(→‎Obtaining the GUI: - formating changes)
Line 18: Line 18:
'''For GNU/Linux users'''
'''For GNU/Linux users'''


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


You can now start it with: <tt>./TerraGUI</tt>
You can now start it with:  
  <tt>./TerraGUI</tt>


You're done!
You're done!
422

edits