De/Howto: Install scenery: Difference between revisions

→‎GNU/Linux: übersetzt
(→‎GNU/Linux: übersetzt)
Line 24: Line 24:


=== GNU/Linux ===
=== GNU/Linux ===
If you are under a Linux operation system and you are not using a graphical interface to extract the tar archive, you can use one of the two following set of commands in a shell terminal.
Benutzt Du ein GNU/Linux Betriebssystem und verwendest kein grafisches Interface um das tar-Archiv zu entpacken, kannst Du folgende Befehle in der Shell/im Terminal benutzen:
 
  cd [[$FG_ROOT]]/Scenery
  cd [[$FG_ROOT]]/Scenery
  tar -xvzf input_file.tgz
  tar -xvzf input_file.tgz


or
oder


  tar -xvzf 'input_file.tgz' -C [[$FG_ROOT]]/Scenery
  tar -xvzf 'input_file.tgz' -C [[$FG_ROOT]]/Scenery


In the above two examples it is supposed that the variable [[$FG_ROOT]] is set to the root of the data directory. If this is not set, you should substitute in the above examples the $FG_ROOT with the full pathname of this directory. In the above examples 'input_file.tgz' should be substituted with the filename of the archive to be extracted (the filename should be completed with the full pathname or any other valid method so that the shell could find the correct archive).
Die obenstehenden Beispiele setzen voraus, dass die Variable [[$FG_ROOT]] korrekt gesetzt ist. Ist sie es nicht, solltest Du in den Beispielen die Variable $FG_ROOT durch den vollständigen Pfadnamen ersetzen. <tt>input_file.tgz</tt> ersetzt Du durch den Dateinamen des Archives, dass Du entpacken möchtest (stelle sicher, dass durch z.B. eine vollständige Pfadangabe auch das richtige Archiv vom System gefunden wird).


=== Windows ===
=== Windows ===
44

edits