Project

General

Profile

Requality-installation » History » Revision 32

Revision 31 (Denis Kildishev, 11/13/2018 05:42 PM) → Revision 32/47 (Alexey Khoroshilov, 11/13/2018 08:15 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 14 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 "apt-get install <package_name>" command in console for Debian-like Debian - like systems. 

 h1. Requality bundle 

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

 |_. Version |_. Windows x86, x86-64 |_. Linux x86-64 |_. Linux x86 | 
 |_. 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 |_. | 
 |_. 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| 
 |_. 1.0 (stable) |_. "Download bundle for Windows":https://forge.ispras.ru/attachments/download/6060/requality-1.0.541-bundle-win32.zip |_. "Download bundle for Linux [64-bit]":https://forge.ispras.ru/attachments/download/6058/requality-1.0.541-bundle-linux64.zip |_. "Download bundle for Linux [32-bit]":https://forge.ispras.ru/attachments/download/6059/requality-1.0.541-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" "/usr/lib/jvm/open-jdk-7-jre/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]]