TerraSync: Difference between revisions

Jump to navigation Jump to search
m
Replaced /tmp terrasync directory with $HOME
mNo edit summary
m (Replaced /tmp terrasync directory with $HOME)
Line 13: Line 13:
Start terrasync:
Start terrasync:


  <code>% nice terrasync -p 5500 -S -d /tmp/fgfsScenery</code>
  <code>% nice terrasync -p 5500 -S -d "$HOME/fgfsScenery"</code>


The -S option tells terrasync to use the SVN protocol to fetch data. If you omit it terrasync will use the rsync program instead (which has to be installed on your system).
The -S option tells terrasync to use the SVN protocol to fetch data. If you omit it terrasync will use the rsync program instead (which has to be installed on your system).
Line 19: Line 19:
Start FlightGear:
Start FlightGear:


  <code>% fgfs --atlas=socket,out,1,localhost,5500,udp --fg-scenery=$FG_ROOT/Scenery/:/tmp/fgfsScenery</code>
  <code>% fgfs --atlas=socket,out,1,localhost,5500,udp --fg-scenery="$FG_ROOT/Scenery/:$HOME/fgfsScenery"</code>


The full documentation and source for TerraSync is located in the FlightGear source distribution (in <code>utils/TerraSync/</code>).
The full documentation and source for TerraSync is located in the FlightGear source distribution (in <code>utils/TerraSync/</code>).
26

edits

Navigation menu