Requality-installation » History » Version 33
Denis Kildishev, 11/14/2018 02: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 | 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 | 33 | Denis Kildishev | |_. 1.0 (stable) |_. "Download bundle for Windows":https://forge.ispras.ru/attachments/download/6063/requality-1.0.540-bundle-win32.zip |_. "Download bundle for Linux [64-bit]":https://forge.ispras.ru/attachments/download/6062/requality-1.0.540-bundle-linux64.zip |_. "Download bundle for Linux [32-bit]":https://forge.ispras.ru/attachments/download/6061/requality-1.0.540-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]] |