Installation - Linux: Unterschied zwischen den Versionen

Aus FjwMap
Zur Navigation springen Zur Suche springen
Zeile 17: Zeile 17:
  $ unzip fjwmap.zip
  $ unzip fjwmap.zip
  Archive:  fjwmap.zip
  Archive:  fjwmap.zip
  [fjwmap.zip] FjwMap.e-x-e password: <b style="color:#070"><passwort></b>
  [fjwmap.zip] FjwMap.e-x-e password: <i style="color:#070"><passwort></i>
   inflating: FjwMap.e-x-e             
   inflating: FjwMap.e-x-e             
   inflating: Pin.txt                 
   inflating: Pin.txt                 
Zeile 23: Zeile 23:
   inflating: FjwMap-Garmin-CSV.csv   
   inflating: FjwMap-Garmin-CSV.csv   
   inflating: FjwMap-Sprint-FoxList.txt   
   inflating: FjwMap-Sprint-FoxList.txt   
<p><b style="color:#070"><passwort></b> steht in der Datei ''Pin.txt''.</p>
<p><i style="color:#070"><passwort></i> findet man in der Datei ''Pin.txt''.</p>
<p>Jetzt die Datei ''FjwMap.<b>e-x-e</b>'' noch nach ''FjwMap.<b>exe</b>'' umbenennen.</p>
<p>Jetzt die Datei ''FjwMap.<b>e-x-e</b>'' noch nach ''FjwMap.<b>exe</b>'' umbenennen.</p>
  $ mv FjwMap.e-x-e FjwMap.exe
  $ mv FjwMap.e-x-e FjwMap.exe

Version vom 26. Oktober 2022, 09:55 Uhr

zurück: Hauptseite
Installation: Download
Installation: Windows
Installation: Linux

Installation unter Linux (Debian 10.13 & 11)

wine

Es wird das Software-Paket wine benötigt:

$ su -
  Passwort: <root-passwort>
# apt-get install -y wine
# dpkg --add-architecture i386 && apt-get update && apt-get install wine32

entpacken

Wenn das Archiv fjwmap.zip unter dem Verzeichnis ~/Downloads/fjwmap gespeichert wurde, geht es wie folgt weiter:

$ cd Downloads/fjwmap
$ unzip fjwmap.zip
Archive:  fjwmap.zip
[fjwmap.zip] FjwMap.e-x-e password: <passwort>
 inflating: FjwMap.e-x-e            
 inflating: Pin.txt                 
 inflating: news_map.txt            
 inflating: FjwMap-Garmin-CSV.csv   
 inflating: FjwMap-Sprint-FoxList.txt  

<passwort> findet man in der Datei Pin.txt.

Jetzt die Datei FjwMap.e-x-e noch nach FjwMap.exe umbenennen.

$ mv FjwMap.e-x-e FjwMap.exe

Start von FjwMap

Am einfachsten erstellt man ein Startskript mit folgendem Inhalt:

Datei: fjwmap.sh

#!/bin/bash
wine ~/Downloads/fjwmap/FjwMap.exe

Und dann gibt man dem Skript Ausführungsrechte.

$ chmod 755 fjwmap.sh

Der Start erfolgt nun mit:

 $ ./fjwmap.sh

gestartetes Programm

StartFjwMap.png