--------------------------------------------------------------------
How to install PBS using the configure script.
1. Install the prerequisite packages for building PBS.
For CentOS-8 systems you should configure and enable powertools
repo for hwloc-devel and libedit-devel packages.
You should run the following commands as root:
dnf install -y dnf-plugins-core
dnf config-manager --set-enabled powertools
dnf install -y gcc make rpm-build libtool hwloc-devel \
libX11-devel libXt-devel libedit-devel libical-devel \
ncurses-devel perl postgresql-devel postgresql-contrib python3-devel tcl-devel \
tk-devel swig expat-devel openssl-devel libXext libXft \
autoconf automake gcc-c++
This file has been truncated. show original