From 64b499b5cd234200e96933468b10c80f4f9d578b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Kooman?= Date: Thu, 2 Dec 2021 10:17:49 +0100 Subject: [PATCH] list CentOS dev dependencies --- DEVELOPMENT_SETUP.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/DEVELOPMENT_SETUP.md b/DEVELOPMENT_SETUP.md index 9e0ce9e..3994804 100644 --- a/DEVELOPMENT_SETUP.md +++ b/DEVELOPMENT_SETUP.md @@ -19,6 +19,17 @@ the required software, will be different. respective OS: for DEB packages you need to be on Debian, for Fedora/CentOS packages you need to be on Fedora. +# CentOS 7 + +When you are not running CentOS as your desktop OS, it is easiest to install a +VM with a desktop. In addition, install the required software (dependencies): + +``` +$ sudo yum -y install golang php-cli git composer php-date php-filter php-hash \ + php-json php-mbstring php-pcre php-pdo php-spl php-libsodium php-curl \ + php-gd unzip +``` + # Fedora >= 33 When you are not running Fedora as your desktop OS, it is easiest to install a -- 2.34.2