diff --git a/README-de_DE.md b/README-de_DE.md index 0b60273b..5faac940 100644 --- a/README-de_DE.md +++ b/README-de_DE.md @@ -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 ----------------------- diff --git a/README.md b/README.md index e3374ea8..5e195c91 100644 --- a/README.md +++ b/README.md @@ -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 -----------------------