Skip to content

Latest commit

 

History

History
59 lines (47 loc) · 1.76 KB

DISTRIBUTIONS.md

File metadata and controls

59 lines (47 loc) · 1.76 KB

Compiling pgagroal from sources

pgagroal requires the following dependencies:

Compiling on Rocky Linux

All the dependencies can be installed via dnf(8) as follows:

dnf install git gcc cmake make    \
            libev libev-devel     \
            openssl openssl-devel \
            systemd systemd-devel \
            python3-docutils      \
            libatomic             \
            zlib zlib-devel       \
            libzstd libzstd-devel \
            lz4 lz4-devel         \
            bzip2 bzip2-devel

Please note that, on Rocky Linux, in order to install the python3-docutils package (that provides rst2man executable), you need to enable the crb repository:

dnf config-manager --set-enabled crb

Compiling on FreeBSD

All the dependencies can be installed via pkg(8) as follows:

pkg install cmake          	\
            libev libevent 	\
            py311-docutils 	\
            lzlib           \
            liblz4          \
            lbizp2          \
            texlive-formats