Skip to content

Commit

Permalink
Add make and libcgroup to DOMserver's software requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungMind1 authored Oct 20, 2023
1 parent d55e720 commit 9022961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manual/install-domserver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ For your convenience, the following command will install the necessary
software on the DOMjudge server as mentioned above when using Debian
GNU/Linux, or one of its derivative distributions like Ubuntu::

sudo apt install acl zip unzip mariadb-server apache2 \
sudo apt install libcgroup-dev make acl zip unzip mariadb-server apache2 \
php php-fpm php-gd php-cli php-intl php-mbstring php-mysql \
php-curl php-json php-xml php-zip composer ntp python3-yaml

The following command can be used on RedHat Enterprise Linux, and related
distributions like CentOS (with EPEL) and Fedora::

sudo yum install acl zip unzip mariadb-server httpd \
sudo yum install make libcgroup-devel acl zip unzip mariadb-server httpd \
php-gd php-cli php-intl php-mbstring php-mysqlnd \
php-xml php-zip composer ntp python3-pyyaml

Expand Down

0 comments on commit 9022961

Please sign in to comment.