Installation
Requirements
Note
We only currently officially support RV-Predict/C on 64-bit Ubuntu Linux 16.04 and greater. If you would like to use a different distribution, contact support and we will try to support you.
GUI Installer
- Download and install the Oracle Java 8 (or higher) JRE or OpenJDK 8 JRE for your architecture.
- Download the RV-Predict/C GUI installer.
- Run the
.jar
file withjava -jar rv-predict-c-installer.jar
. Follow the instructions to finish the installation.
Debian package
- Download the RV-Predict/C Debian package.
- Install the
.deb
file withsudo apt-get update; sudo dpkg -i rv-predict-c.deb; sudo apt-get install -f -y
.