Calc-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Softwareanforderungen) |
(→Installation: bc-1.06 != bc-<VERSION>) |
||
Zeile 12: | Zeile 12: | ||
==Installation== | ==Installation== | ||
− | + | <pre> | |
+ | cd $SOURCEDIR | ||
+ | wget http://ftp.gnu.org/pub/gnu/bc/bc-<VERSION>.tar.gz | ||
+ | tar xvzf bc-<VERSION>.tar.gz | ||
+ | cd bc-<VERSION> | ||
+ | ./configure --prefix=/usr/local | ||
+ | make | ||
+ | make install | ||
+ | </pre> | ||
==Probleme== | ==Probleme== |
Version vom 11. Dezember 2004, 18:02 Uhr
Inhaltsverzeichnis |
Beschreibung
Kleiner OSD Taschenrechner.
Hardwareanforderungen
Softwareanforderungen
- bc (GNU command line calculator) sollte jede Distri beinhalten.
Installation
cd $SOURCEDIR wget http://ftp.gnu.org/pub/gnu/bc/bc-<VERSION>.tar.gz tar xvzf bc-<VERSION>.tar.gz cd bc-<VERSION> ./configure --prefix=/usr/local make make install
Probleme
Links
[1] | http://www.gnu.org/software/bc/bc.html | GNU Kommandozeilen-Rechner |
[2] | http://www.vdrcalc.bmschneider.de/index2.html | Homepage des Plugins |