From 17070b40bcd60c816c3f0b0711f2c75b9868f9ee Mon Sep 17 00:00:00 2001 From: Ben Peddell Date: Wed, 5 Apr 2017 20:39:42 +1000 Subject: [PATCH] Add bzip2 to Debian prerequisites, add common prerequisites --- README.asciidoc | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 2336baf..3c18175 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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.