Calc-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(initial)
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
The '''calc plugin''' is a simple OSD calculator based on the unix calculator ''bc''. It supports the 4 basic mathematic functions plus a memory,
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.
just like your pocket calculator. It now has also the basic trigonometric functions.

==Hardware requirements==


==Software requirements==
==Software requirements==
* bc
* bc

==Installation==
To install ''bc''
<pre>
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
</pre>

For the plugin see [[plugin installation]].

==Problems==


==Links==
==Links==
Line 36: Line 18:
|}
|}


[[Category:Plugins]]


[[Category:Outdated Plugins]]
<!-- Link to german wiki page -->

[[de:Calc-plugin]]
{{i18n|calc-plugin}}

Latest revision as of 12:05, 25 November 2013

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.

Software requirements

  • bc

Links

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