view contrib/nightly_tests/prereqs.fedora @ 1562:6219359a36a9 default tip

Merge latest changes from proposed branch
author Sebastien Decugis <sdecugis@freediameter.net>
date Mon, 21 Jun 2021 19:08:18 +0800
parents 699c3fb0c57b
children
line wrap: on
line source

# Fedora packages names of dependencies for nightly tests (using "yum install <packages>"):
cmake make gcc gcc-c++ flex bison gnutls-devel libgcrypt-devel mercurial
lksctp-tools-devel kernel-modules-extra
postgresql-server postgresql-devel
mysql-server mysql-devel
libxml2 libxml2-devel libidn2-devel
swig python-devel

# For postgresql server to start automatically, you may have to issue:
#   service postgresql initdb
#   chkconfig --level 345 postgresql on

# To allow SCTP sockets to be bound in SELinux, I don't know the command,
# so let's disable SELinux for the moment:
#   setenforce Permissive
"Welcome to our mercurial repository"