Skip to content

Commit f66f56d

Browse files
YoungMind1vmcj
authored andcommitted
Add make and libcgroup to DOMserver's software requirements
1 parent 7060197 commit f66f56d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/manual/install-domserver.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ For your convenience, the following command will install the necessary
3535
software on the DOMjudge server as mentioned above when using Debian
3636
GNU/Linux, or one of its derivative distributions like Ubuntu::
3737

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

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

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

0 commit comments

Comments
 (0)