Project

General

Profile

Requality-installation » History » Revision 35

Revision 34 (Denis Kildishev, 12/07/2018 06:31 PM) → Revision 35/47 (Viktoria Kopach, 08/12/2019 02:24 PM)

h1. System requirements 

 h2. Windows 

 |_. Dependency |_. Recommended version |_. x86, x86-64 | 
 | "Oracle Java SE":https://www.java.com/en/download/ | 8.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 16.04 x86, x86-64. Other Linux systems may require additional packages. 

 |_. Dependency |_. Recommended version |_. x86, x86-64 |_. package name | 
 | OpenJDK | 8.0 | i386 | openjdk-8-jre:i386 | 
 | libxt6(64 only) | | | libxt6:i386 | 

 Packages can be installed by "sudo apt-get install <package_name>" command in console for Debian-like systems. 

 h1. Requality bundle 

 Requality can be installed using bundle. For 64 bit systems it requires 32-bit version of Java and required libraries. 

 |_. Version |_. Windows x86, x86-64 |_. Linux x86-64 |_. Linux x86 | 
 |_. 1.0 (stable) |_. "Download bundle for Windows":https://forge.ispras.ru/attachments/download/6743/requality-1.1.588-bundle-win32.zip Windows":https://forge.ispras.ru/attachments/download/6084/requality-1.0.542-bundle-win32.zip |_. "Download bundle for Linux [64-bit]":https://forge.ispras.ru/attachments/download/6744/requality-1.1.588-bundle-linux64.zip [64-bit]":https://forge.ispras.ru/attachments/download/6083/requality-1.0.542-bundle-linux64.zip |_. "Download bundle for Linux [32-bit]":https://forge.ispras.ru/attachments/download/6745/requality-1.1.588-bundle-linux32.zip [32-bit]":https://forge.ispras.ru/attachments/download/6085/requality-1.0.542-bundle-linux32.zip | 

 When download is completed please unpack archive at any place. After unpack folder requlity will appear.  

 Note. For 64 bit systems you also need to set path to 32-bit version of Java in requality.ini file in form of: 
 <pre> 
 "-vm <path-to-32bit-java>" 
 </pre> 
 As an example of <path-to-32bit-java> may be for Ubuntu: 
 <pre> 
 "/usr/lib/jvm/java-8-openjdk-i386/jre/bin" 
 </pre>  
 or for Windows 
 <pre> 
 "C:\Program Files (x86)\Java\jre1.8.0_45\bin" 
 </pre> 

 h1. Requality installation for advanced users 

 [[Requality-manual-installation]]