Requality-installation » History » Revision 16
Revision 15 (Denis Kildishev, 05/24/2016 06:20 PM) → Revision 16/49 (Denis Kildishev, 05/24/2016 06:21 PM)
h1. System requirements
h2. Windows
|_. Dependency |_. Recommended version |_. x86, x86-64 |
| "Oracle Java SE":https://www.java.com/en/download/ | 7.0 | x86 |
| Visual C++ runtime (x64 only) | 2010 | "x86-64":http://www.microsoft.com/en-us/download/details.aspx?id=13523 |
h2. 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.
h1. 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":http://forge.ispras.ru/attachments/download/4558/requality-bundle-win32-0.19.zip |_. "Download for linux":http://forge.ispras.ru/attachments/download/4570/requality_bundle_0.19.239_linux_x32.zip |
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
h1. Requality installation for advanced users
[[Requality-manual-installation]]