Requality-installation » History » Version 44
Viktoria Kopach, 10/21/2020 06:15 PM
1 | 5 | Denis Kildishev | h1. System requirements |
---|---|---|---|
2 | |||
3 | h2. Windows |
||
4 | |||
5 | 7 | Denis Kildishev | |_. Dependency |_. Recommended version |_. x86, x86-64 | |
6 | 44 | Viktoria Kopach | | "OpenJDK8 HotSpot":https://adoptopenjdk.net/releases.html?variant=openjdk8&jvmVariant=hotspot | 8.0 | x86 | |
7 | 5 | Denis Kildishev | | Visual C++ runtime (x64 only) | 2010 | "x86-64":http://www.microsoft.com/en-us/download/details.aspx?id=13523 | |
8 | |||
9 | h2. Linux |
||
10 | |||
11 | 32 | Alexey Khoroshilov | Dependencies below are known to be required for Ubuntu 16.04 x86, x86-64. Other Linux systems may require additional packages. |
12 | 5 | Denis Kildishev | |
13 | 7 | Denis Kildishev | |_. Dependency |_. Recommended version |_. x86, x86-64 |_. package name | |
14 | 20 | Alexey Khoroshilov | | OpenJDK | 8.0 | i386 | openjdk-8-jre:i386 | |
15 | 13 | Denis Kildishev | | libxt6(64 only) | | | libxt6:i386 | |
16 | 11 | Denis Kildishev | |
17 | 32 | Alexey Khoroshilov | Packages can be installed by "sudo apt-get install <package_name>" command in console for Debian-like systems. |
18 | 14 | Denis Kildishev | |
19 | 21 | Viktoria Kopach | h1. Requality bundle |
20 | 3 | Denis Kildishev | |
21 | 32 | Alexey Khoroshilov | Requality can be installed using bundle. For 64 bit systems it requires 32-bit version of Java and required libraries. |
22 | 25 | Alexey Khoroshilov | |
23 | |_. Version |_. Windows x86, x86-64 |_. Linux x86-64 |_. Linux x86 | |
||
24 | 43 | Viktoria Kopach | |_. 1.2 (stable) |_. "Download bundle for Windows":https://forge.ispras.ru/attachments/download/7949/requality-1.2.621-bundle-win32.zip |_. "Download bundle for Linux [64-bit]":https://forge.ispras.ru/attachments/download/7950/requality-1.2.621-bundle-linux64.zip |_. "Download bundle for Linux [32-bit]":https://forge.ispras.ru/attachments/download/7951/requality-1.2.621-bundle-linux32.zip | |
25 | 1 | Denis Kildishev | |
26 | When download is completed please unpack archive at any place. After unpack folder requlity will appear. |
||
27 | |||
28 | 39 | Viktoria Kopach | 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: |
29 | 24 | Viktoria Kopach | <pre> |
30 | 40 | Viktoria Kopach | "-vm |
31 | <path-to-32bit-java>" |
||
32 | 24 | Viktoria Kopach | </pre> |
33 | 32 | Alexey Khoroshilov | As an example of <path-to-32bit-java> may be for Ubuntu: |
34 | 24 | Viktoria Kopach | <pre> |
35 | 32 | Alexey Khoroshilov | "/usr/lib/jvm/java-8-openjdk-i386/jre/bin" |
36 | 24 | Viktoria Kopach | </pre> |
37 | or for Windows |
||
38 | <pre> |
||
39 | "C:\Program Files (x86)\Java\jre1.8.0_45\bin" |
||
40 | </pre> |
||
41 | 2 | Denis Kildishev | |
42 | 1 | Denis Kildishev | h1. Requality installation for advanced users |
43 | |||
44 | [[Requality-manual-installation]] |