Scripted Compilation on Linux Debian/Ubuntu: Difference between revisions

→‎Additional programs: Add sections for TG and TGGUI
(→‎Compiling selected components: Description for TG and TGGUI)
(→‎Additional programs: Add sections for TG and TGGUI)
Line 466: Line 466:
The full, up-to-date list of these components can always be obtained by running:
The full, up-to-date list of these components can always be obtained by running:
  $ download_and_compile.sh --help
  $ download_and_compile.sh --help
=== TerraGear ===
Run <tt>download_and_compile.sh</tt> with the TERRAGEAR component in order to build and install the [[TerraGear]] terrain building toolchain:
$ cd ~/flightgear/dnc-managed
$ download_and_compile.sh TERRAGEAR
This creates the following scripts in <tt>~/flightgear/dnc-managed</tt>:
* <tt>run_genapts850.sh</tt>
* <tt>run_ogr-decode.sh</tt>
* <tt>run_tg-construct.sh</tt>
These scripts themselves run the corresponding TerraGear tools, as expected.
=== TerraGear GUI ===
[[TerraGear GUI]] is a graphical interface for [[TerraGear]] written with the Qt toolkit (still Qt 4 in 2019, but it works). In order to install it, run <tt>download_and_compile.sh</tt> with the TERRAGEARGUI component:
$ cd ~/flightgear/dnc-managed
$ download_and_compile.sh TERRAGEARGUI
This will create a <tt>run_terrageargui.sh</tt> script in <tt>~/flightgear/dnc-managed</tt>, and also a default configuration file <tt>~/.config/TerraGear/TerraGearGUI.conf</tt>, unless you already have one. This default configuration file contains paths to the TerraGear and [[$FG_ROOT]] directories, assuming you have installed the TERRAGEAR and DATA components.
To run TerraGear GUI:
$ cd ~/flightgear/dnc-managed
$ ./run_terrageargui.sh


=== FGCom ===
=== FGCom ===
377

edits