Project

General

Profile

Requality-installation » History » Version 49

Denis Kildishev, 08/09/2024 12:19 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 48 Denis Kildishev
Requality can be installed using bundle. For 64 bit systems 32 bit version requires 32-bit version of Java and required libraries(64 bit version of tool requires 64 bit java).
22 25 Alexey Khoroshilov
23
|_. Version |_. Windows x86, x86-64 |_. Linux x86-64 |_. Linux x86 |
24 49 Denis Kildishev
|_. 1.3 (stable) |_. "Download bundle for Windows":https://forge.ispras.ru/attachments/download/12505/requality-1.3.705-bundle-win32.zip |_. "Download bundle for Linux [64-bit]":https://forge.ispras.ru/attachments/download/12504/requality-1.3.705-bundle-linux64.zip |_. "Download bundle for Linux [32-bit]":https://forge.ispras.ru/attachments/download/12506/requality-1.3.705-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 48 Denis Kildishev
Please note! You have to specify a path to 32-bit (or 64 bit depending on platform) Java in 'requality.ini' before the "-vmargs" line as shown:
29 24 Viktoria Kopach
<pre>
30 40 Viktoria Kopach
"-vm
31 48 Denis Kildishev
<path-to-8-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]]