-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathprerequisite.txt
25 lines (23 loc) · 1.13 KB
/
prerequisite.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Prerequisite for RecombineX
#######################################################
# Hardware, operating system and network requirements
#######################################################
RecombineX is designed for a desktop or computing server running an x86-64-bit Linux operating system. Multithreaded processors are preferred to speed up the process since many steps can be configured to use multiple threads in parallel.
########################
# Software requirements
########################
● bash (https://www.gnu.org/software/bash/)
● bzip2 and libbz2-dev (http://www.bzip.org/)
● gcc and g++ (https://gcc.gnu.org/)
● git (https://git-scm.com/)
● GNU make (https://www.gnu.org/software/make/)
● gzip (https://www.gnu.org/software/gzip/)
● libopenssl-devel
● libcurl-devel
● java runtime environment (JRE) v1.8.0 (https://www.java.com)
● perl v5.12 or newer (https://www.perl.org/)
● tar (https://www.gnu.org/software/tar/)
● unzip (http://infozip.sourceforge.net/UnZip.html)
● wget (https://www.gnu.org/software/wget/)
● zlib and zlib-devel (https://zlib.net/)
● xz and xz-devel (https://tukaani.org/xz/)