rpCalc

rpCalc Installation

Online

rpCalc can be run online without an installation. See rpcalc-web.bellz.org to try it out.

Android

rpCalc can be installed from Google Play, here.

Alternatively an APK file (rpcalc_x.x.x.apk) is provided that can be downloaded to an Android device and run.

Linux

Extract the files from the archive (rpcalc_x.x.x.tar.gz) into a user-owned directory. You need to have at least 2GB of disk space available for the automated build. Then change to the rpCalc directory in a terminal, and run the following commands:

                  $ sudo ./rpc_make.sh depends
                  $ ./rpc_make.sh build
                  $ sudo ./rpc_make.sh install
              

The first command automatically installs dependencies using the apt-get, dnf or pacman native packaging system. If desired, you can manually install the dependencies in the Requirements section and skip this line.

The second line (build) downloads Flutter and builds rpCalc.

The third line (install) copies the necessary files into directories under /opt. After this step, the temporary rpCalc build directory can be deleted.

Windows

The simplest approach is to download the "rpcalc_x.x.x.zip" file and extract all of its contents into an empty directory. Then run the "rpcalc.exe" file.

To compile rpCalc from source, install the rpCalc source from GitHub. Also install Flutter based on the instructions here. The Android Setup is not required - just the Linux setup from the bottom of the page.