Requality-installation » History » Revision 40
Revision 39 (Viktoria Kopach, 02/03/2020 03:36 PM) → Revision 40/49 (Viktoria Kopach, 03/03/2020 03:15 PM)
h1. System requirements
h2. Windows
|_. Dependency |_. Recommended version |_. x86, x86-64 |
| "OpenJDK8 HotSpot":https://adoptopenjdk.net/ | 8.0 | x86 |
| Visual C++ runtime (x64 only) | 2010 | "x86-64":http://www.microsoft.com/en-us/download/details.aspx?id=13523 |
h2. Linux
Dependencies below are known to be required for Ubuntu 16.04 x86, x86-64. Other Linux systems may require additional packages.
|_. Dependency |_. Recommended version |_. x86, x86-64 |_. package name |
| OpenJDK | 8.0 | i386 | openjdk-8-jre:i386 |
| libxt6(64 only) | | | libxt6:i386 |
Packages can be installed by "sudo apt-get install <package_name>" command in console for Debian-like systems.
h1. Requality bundle
Requality can be installed using bundle. For 64 bit systems it requires 32-bit version of Java and required libraries.
|_. Version |_. Windows x86, x86-64 |_. Linux x86-64 |_. Linux x86 |
|_. 1.0 (stable) |_. "Download bundle for Windows":https://forge.ispras.ru/attachments/download/7283/requality-1.1.592-bundle-win32.zip |_. "Download bundle for Linux [64-bit]":https://forge.ispras.ru/attachments/download/7284/requality-1.1.592-bundle-linux64.zip |_. "Download bundle for Linux [32-bit]":https://forge.ispras.ru/attachments/download/7285/requality-1.1.592-bundle-linux32.zip |
When download is completed please unpack archive at any place. After unpack folder requlity will appear.
Please note! If using 64-bit systems you have to specify a path to 32-bit Java in 'requality.ini' before the "-vmargs" line as shown:
<pre>
"-vm
<path-to-32bit-java>"
</pre>
As an example of <path-to-32bit-java> may be for Ubuntu:
<pre>
"/usr/lib/jvm/java-8-openjdk-i386/jre/bin"
</pre>
or for Windows
<pre>
"C:\Program Files (x86)\Java\jre1.8.0_45\bin"
</pre>
h1. Requality installation for advanced users
[[Requality-manual-installation]]