Project

General

Profile

Requality-installation » History » Version 36

Viktoria Kopach, 02/03/2020 01:46 PM

1 5 Denis Kildishev
h1. System requirements
2
3
h2. Windows
4
5 7 Denis Kildishev
|_. Dependency |_. Recommended version |_. x86, x86-64 |
6 36 Viktoria Kopach
| "OpenJDK8 HotSpot":https://adoptopenjdk.net/ | 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 35 Viktoria Kopach
|_. 1.0 (stable) |_. "Download bundle for Windows":https://forge.ispras.ru/attachments/download/6743/requality-1.1.588-bundle-win32.zip |_. "Download bundle for Linux [64-bit]":https://forge.ispras.ru/attachments/download/6744/requality-1.1.588-bundle-linux64.zip |_. "Download bundle for Linux [32-bit]":https://forge.ispras.ru/attachments/download/6745/requality-1.1.588-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 24 Viktoria Kopach
Note. For 64 bit systems you also need to set path to 32-bit version of Java in requality.ini file in form of:
29
<pre>
30 32 Alexey Khoroshilov
"-vm <path-to-32bit-java>"
31 24 Viktoria Kopach
</pre>
32 32 Alexey Khoroshilov
As an example of <path-to-32bit-java> may be for Ubuntu:
33 24 Viktoria Kopach
<pre>
34 32 Alexey Khoroshilov
"/usr/lib/jvm/java-8-openjdk-i386/jre/bin"
35 24 Viktoria Kopach
</pre> 
36
or for Windows
37
<pre>
38
"C:\Program Files (x86)\Java\jre1.8.0_45\bin"
39
</pre>
40 2 Denis Kildishev
41 1 Denis Kildishev
h1. Requality installation for advanced users
42
43
[[Requality-manual-installation]]