CentOS 8 - tosiara/motion GitHub Wiki
Compile on CentOS 8:
# minimal required:
yum install dnf-plugins-core
yum config-manager --set-enabled PowerTools
yum upgrade
yum groupinstall 'Development Tools'
yum install libjpeg-turbo libjpeg-turbo-devel gettext libmicrohttpd-devel libzip-devel
autoreconf -fiv
./configure --without-ffmpeg
# with ffmpeg and rtsp support:
yum localinstall --nogpgcheck https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-8.noarch.rpm
yum install ffmpeg ffmpeg-devel
./configure
# with databases support:
yum install mariadb-devel postgresql-devel sqlite-devel
./configure