Requality-installation » History » Revision 14
« Previous |
Revision 14/49
(diff)
| Next »
Denis Kildishev, 05/24/2016 06:18 PM
System requirements¶
Windows¶
Dependency | Recommended version | x86, x86-64 |
---|---|---|
Oracle Java SE | 7.0 | x86 |
Visual C++ runtime (x64 only) | 2010 | x86-64 |
Linux¶
Dependencies below are known to be required for Ubuntu 14 x86, x86-64. Other Linux systems may require additional packages.
Dependency | Recommended version | x86, x86-64 | package name |
---|---|---|---|
OpenJDK | 7.0 | i386 | openjdk-7-jre:i386 |
x32 Compatibility pack (x64 only) | ia32-libs | ||
libxt6(64 only) | libxt6:i386 |
Packages can be installed by "apt-get install <package_name>" in console for Debian - like systems.
Note. Ubuntu 16 requires additional packages.
Dependency | Recommended version | x86, x86-64 | package name |
---|---|---|---|
canberra-gtk-module (x64 only) | libcanberra-gtk-module:i386 | ||
murrine-engine (x64 only) | gtk2-engines-murrine:i386 | ||
libatk-adaptor (x64 only) | libatk-adaptor:i386 | ||
libgail-common (x64 only) | libgail-common:i386 |
Requality installation from archive¶
Requality can be installed from pre-installed archives. For 64 bit systems it requires 32 bit version of Java and required libraries.
Version | Windows x86, x86-64 | Linux x86, x86-64 |
---|---|---|
0.19 | Download for windows | Download for linux |
When download is completed please unpack archive at any place. After unpack folder requlity will appear.
Note. For 64 bit sysyems you also need to set path to 32-bit version of java in requality.ini file in form of:
"-vm
path-to-32bit-java"
As an example of path-to-32bit-java may be
"/usr/lib/jvm/open-jdk-7-jre/jre/bin" for ubuntu
or
"C:\Program Files (x86)\Java\jre1.8.0_45\bin" for windows
Requality installation for advanced users¶
Updated by Denis Kildishev over 8 years ago · 49 revisions