Project

General

Profile

Requality-installation » History » Version 28

Denis Kildishev, 11/12/2018 01:28 PM

1 5 Denis Kildishev
h1. System requirements
2
3
h2. Windows
4
5 7 Denis Kildishev
|_. Dependency |_. Recommended version |_. x86, x86-64 |
6 19 Alexey Khoroshilov
| "Oracle Java SE":https://www.java.com/en/download/ | 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 14 Denis Kildishev
Dependencies below are known to be required for Ubuntu 14 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 1 Denis Kildishev
Packages can be installed by "apt-get install <package_name>" in console for Debian - like systems.
18 14 Denis Kildishev
19 21 Viktoria Kopach
h1. Requality bundle
20 3 Denis Kildishev
21 21 Viktoria Kopach
Requality can be installed using bundle. For 64 bit systems it requires 32 bit version of Java and required libraries.
22 1 Denis Kildishev
23 25 Alexey Khoroshilov
|_. Version |_. Windows x86, x86-64 |_. Linux x86-64 |_. Linux x86 |
24
|_. 0.20 (stable) |_. "Download bundle for Windows":https://forge.ispras.ru/attachments/download/4645/requality-bundle-0.20-windows.zip |_. "Download bundle for Linux":https://forge.ispras.ru/attachments/download/4641/requality-bundle-0.20-linux.zip |_. |
25
|_. 0.21 (rc1) |_. "Download bundle for Windows":https://forge.ispras.ru/attachments/download/5904/requality-0.21.536-bundle-win32.zip |_. "Download bundle for Linux [64-bit]":https://forge.ispras.ru/attachments/download/5903/requality-0.21.536-bundle-linux64.zip |_. "Download bundle for Linux [32-bit]":https://forge.ispras.ru/attachments/download/5902/requality-0.21.536-bundle-linux32.zip|
26 28 Denis Kildishev
|_. 1.0 (stable) |_. "Download bundle for Windows":https://forge.ispras.ru/attachments/6054/requality-1.0.540-bundle-win32.zip |_. "Download bundle for Linux [64-bit]": https://forge.ispras.ru/attachments/6052/requality-1.0.540-bundle-linux64.zip |_. "Download bundle for Linux [32-bit]": https://forge.ispras.ru/attachments/6053/requality-1.0.540-bundle-linux32.zip |
27 1 Denis Kildishev
28 12 Denis Kildishev
When download is completed please unpack archive at any place. After unpack folder requlity will appear. 
29
30 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:
31
<pre>
32 1 Denis Kildishev
"-vm
33 24 Viktoria Kopach
<path-to-32bit-java>"
34
</pre>
35
As an example of <path-to-32bit-java> may be
36
for Ubuntu:
37
<pre>
38
"/usr/lib/jvm/open-jdk-7-jre/jre/bin"
39
</pre> 
40
or for Windows
41
<pre>
42
"C:\Program Files (x86)\Java\jre1.8.0_45\bin"
43
</pre>
44 2 Denis Kildishev
45 1 Denis Kildishev
h1. Requality installation for advanced users
46
47
[[Requality-manual-installation]]