2022年12月

dnf install epel-release
dnf config-manager --set-enabled crb

dnf install cmake automake autoconf g++ libtool flex
dnf install openssl-devel libdnet-devel hwloc-devel luajit-devel libpcap-devel pcre-devel xz-devel zlib-devel

git clone https://github.com/snort3/libdaq.git
./bootstrap
./configure
make install
ldconfig


git clone https://github.com/snort3/snort3.git
./configure_cmake.sh
cd build
make -j $(nproc)
make install