Calc-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(initial)
 
(→‎Links: merge -> internationalization)
(One intermediate revision by one other user not shown)
Line 11: Line 11:
==Installation==
==Installation==
To install ''bc''
To install ''bc''
cd $SOURCEDIR
<pre>
wget http://ftp.gnu.org/pub/gnu/bc/bc-<VERSION>.tar.gz
cd $SOURCEDIR
wget http://ftp.gnu.org/pub/gnu/bc/bc-<VERSION>.tar.gz
tar xvzf bc-<VERSION>.tar.gz
cd bc-1.06
tar xvzf bc-<VERSION>.tar.gz
./configure --prefix=/usr/local
cd bc-1.06
make
./configure --prefix=/usr/local
make
make install
make install
</pre>


For the plugin see [[plugin installation]].
For the plugin see [[plugin installation]].
Line 38: Line 36:
[[Category:Plugins]]
[[Category:Plugins]]


{{i18n|calc-plugin}}
<!-- Link to german wiki page -->
[[de:Calc-plugin]]

Revision as of 10:59, 13 March 2006

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