Skip to content

Commit

Permalink
New install instructions
Browse files Browse the repository at this point in the history
(fix #89)
  • Loading branch information
hbeni committed Mar 15, 2021
1 parent 801bae0 commit 86c6334
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 6 deletions.
23 changes: 19 additions & 4 deletions README-de_DE.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,27 @@ Vorraussetzungen

Installation
-----------------------
- Das ZIP Releasepaket enthält die plugins für alle unterstützten Betriebssysteme:
- `fgcom-mumble.so` für Linux (64 Bit)
- `fgcom-mumble.dll` für Windows (64 Bit)
- Das compilierte FGCom-mumble Plugin muss in den `plugins`-Ordner von mumble kopiert werden. Von dort aus erkennt Mumble es automatisch und du kannst es über den "Plugins"-Dialog aktivieren.
- Das ZIP Releasepaket enthält die plugins für alle unterstützten Betriebssysteme im `plugin`-Ordner:
- `fgcom-mumble.so` for Linux (64 bit)
- `fgcom-mumble.dll` for Windows (64 bit)
- `fgcom-mumble-x86_32.dll` for Windows (32 bit)

Es gibt verschiedene Installationsmethoden:

### GUI Methode (empfohlen)
- Starte Mumble.
- In Mumbles *Konfiguration/Einstellungen/Plugins* Fenster: aktiviere *Plugin installieren*.
- wähle die passende Plugindatei für dein Betriebssystem aus (inkompatible werden zurückgeweisen). Mumble installiert daraufhin das Plugin und meldet dessen Erfolg.
- Suche in der Pluginliste nach dem neuen *FGCom-mumble*-Plugin und aktiviere es.
- Fertig!

### Manuelle Installation auf der Kommandozeile
Die Installation kann auch über eine Kommandozeile gestartet werden, indem man das Binärrelease als Parameter angibt; z.B.: `mumble fgcom-mumble-client-binOnly-0.7.0.zip`

### Manual install by file copying
Das FGCom-mumble Plugin muss in den `plugins`-Ordner von mumble kopiert werden. Von dort aus erkennt Mumble es automatisch und du kannst es über den "Plugins"-Dialog aktivieren.



Plugin konfigurieren
-----------------------
Expand Down
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,26 @@ Setup requirements

Installation
-----------------------
- The release ZIP contains all binary plugins for all supported operating systems:
The release ZIP contains all binary plugins for all supported operating systems in the `plugin` folder:
- `fgcom-mumble.so` for Linux (64 bit)
- `fgcom-mumble.dll` for Windows (64 bit)
- Copy the plugin for your operating system to mumbles `plugins`-folder. Mumble will pick it up automatically and show it in the plugins dialog.
- `fgcom-mumble-x86_32.dll` for Windows (32 bit)

Several installation procedures exist:

### GUI method (recommended)
- Start Mumble.
- In Mumbles *Configure/Settings/Plugins* dialog, hit *Install plugin*.
- Select the matching plugin library for your operating system (incompatible ones be rejected). Mumble will install the plugin file and report success.
- browse the plugin list and activate *FGCom-mumble*.
- You are now ready to go!

### Manual install trough terminal
The installation can also be started by calling mumble from the commandline with the plugin binary release, like: `mumble fgcom-mumble-client-binOnly-0.7.0.zip`

### Manual install by file copying
Copy the plugin for your operating system to mumbles `plugins`-folder. Mumble will pick it up automatically and show it in the plugins dialog. Activate the plugin.


Plugin configuration
-----------------------
Expand Down

0 comments on commit 86c6334

Please sign in to comment.