This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# All commands was runned using the root user | |
# Building TempestaFW modded Kernel | |
cd /root | |
dnf -y install ncurses-devel openssl-devel elfutils-libelf-devel python3 git make flex bison gcc gcc-c++ boost-devel openssl-devel bc fakeroot dwarves elfutils-libelf-devel cmake elfutils-libelf-devel libdwarf-devel elfutils-devel elfutils-devel gnome-software tar | |
git clone --depth 1 https://github.com/tempesta-tech/linux-5.10.35-tfw | |
cd linux-5.10.35-tfw/ |