Calc-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(→Hardwareanforderungen) |
(→Installation) |
||
| Zeile 16: | Zeile 16: | ||
==Installation== | ==Installation== | ||
| + | ===Source=== | ||
<pre> | <pre> | ||
cd $SOURCEDIR | cd $SOURCEDIR | ||
| Zeile 24: | Zeile 25: | ||
make install | make install | ||
</pre> | </pre> | ||
| + | |||
| + | ===[[Arch-Linux]]=== | ||
| + | pacman -S bc | ||
| + | |||
| + | ===[[Crux]]=== | ||
| + | prt-get depinst bc | ||
| + | |||
| + | ===[[Debian]]=== | ||
| + | apt-get install bc | ||
| + | |||
| + | ===[[Gentoo]]=== | ||
| + | emerge bc | ||
| + | |||
| + | ===[[SuSE]]=== | ||
| + | yast -i bc | ||
<!-- ==Optionen== --> | <!-- ==Optionen== --> | ||
Version vom 14. Dezember 2005, 02:40 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor: Eric Svenson
Kleiner OSD Taschenrechner.
Bilder
Softwareanforderungen
- bc (GNU command line calculator) sollte jede Distri beinhalten.
Installation
Source
cd $SOURCEDIR tar xvzf bc-<VERSION>.tar.gz cd bc-<VERSION> ./configure --prefix=/usr/local make make install
Arch-Linux
pacman -S bc
Crux
prt-get depinst bc
Debian
apt-get install bc
Gentoo
emerge bc
SuSE
yast -i bc
Links
| [1] | http://www.gnu.org/software/bc/bc.html | GNU Kommandozeilen-Rechner |
| [2] | http://www.vdrcalc.bmschneider.de/index2.html | Homepage des Plugins |