summaryrefslogtreecommitdiff
path: root/README.de
diff options
context:
space:
mode:
Diffstat (limited to 'README.de')
-rw-r--r--README.de17
1 files changed, 5 insertions, 12 deletions
diff --git a/README.de b/README.de
index c3e3f9a..934695f 100644
--- a/README.de
+++ b/README.de
@@ -35,7 +35,7 @@ Nachteile jeder möglichen Lösung:
Keine Bibliothek
- Sie können nur XPM Dateien laden
- XPMs haben weder Teiltransparenzen noch Alphakanäle
-
+
ImageMagick
+ Sie können viele verschiedene Bildformate laden
- ist aber etwas langsamer als Imlib2
@@ -56,23 +56,16 @@ Installation:
Installieren Sie text2skin wie jedes andere Plugin. In diesem Beispiel nehme
ich an Sie sind in den Ordner gewechselt, in dem VDR's Quelltext liegt, und
-Sie wollen Version 0.0.1 des Plugins installieren.
+Sie wollen Version 1.2 des Plugins installieren.
root@linux # cd PLUGINS/src
-root@linux # wget http://www.magoa.net/linux/contrib/vdr-text2skin-0.0.1.tgz
-root@linux # tar -xfz vdr-text2skin-0.0.1.tgz
-root@linux # ln -s text2skin-0.0.1 text2skin
+root@linux # wget http://projects.vdr-developer.org/attachments/download/112/vdr-text2skin-1.2.tgz
+root@linux # tar -xzf vdr-text2skin-1.2.tgz
+root@linux # ln -s text2skin-1.2 text2skin
root@linux # cd ../..
root@linux # make plugins
root@linux # ./vdr -P text2skin
-Wenn Sie VDR 1.3.9 benutzen, müssen Sie auch noch einen Patch anwenden. Dieser
-Patch wird in VDR 1.3.10 aber enthalten sein.
-
-root@linux # patch -p1 < PLUGINS/src/text2skin/patches/vdr-1.3.9-osd.diff
-root@linux # make vdr
-root@linux # ./vdr -P text2skin
-
Wo die Skins hingehören:
------------------------