Calc-plugin

From VDR Wiki
Revision as of 22:35, 22 September 2004 by Monroe (talk | contribs) (initial)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description

Screenshot

The calc plugin is a simple OSD calculator based on the unix calculator bc. It supports the 4 basic mathematic functions plus a memory, just like your pocket calculator. It now has also the basic trigonometric functions.

Hardware requirements

Software requirements

  • bc

Installation

To install bc

cd $SOURCEDIR
wget http://ftp.gnu.org/pub/gnu/bc/bc-<VERSION>.tar.gz
tar xvzf bc-<VERSION>.tar.gz
cd bc-1.06
./configure --prefix=/usr/local
make
make install

For the plugin see plugin installation.

Problems

Links

[1] http://www.vdrcalc.bmschneider.de/index2.html Plugin homepage
[2] http://www.gnu.org/software/bc/bc.html The GNU calculator bc