Add bzip2 to Debian prerequisites, add common prerequisites

This commit is contained in:
Ben Peddell 2017-04-05 20:39:42 +10:00 committed by GitHub
parent c52a97bddd
commit 17070b40bc

View File

@ -13,9 +13,9 @@ ARK Server Tools requires certain packages be installed in order to function cor
If running under CentOS or RHEL, you will need the following packages installed:
```
perl-Compress-Zlib
curl
lsof
perl-Compress-Zlib
glibc.i686
libstdc++.i686
bzip2
@ -24,10 +24,23 @@ bzip2
If running under Debian or Ubuntu, you will need the following packages installed:
```
perl-modules
curl
lsof
libc6-i386
lib32gcc1
bzip2
```
Common prerequisites which should normally already be installed are:
```
>=bash-4.0
>=coreutils-7.6
findutils
perl
rsync
sed
tar
```
If using CentOS 6 or earlier, or Debian 7 or earlier, you will need to compile a newer version of glibc.