Skip to main content

Compile Fydetab kernel

Introduction​

This guide will show you how to compile the Fydetab kernel and package it for Arch Linux.

Setting up​

Install dependencies​

sudo pacman -S base-devel git

Clone the PKGBUILDs repository​

git clone https://github.com/Linux-for-Fydetab-Duo/pkgbuilds.git

Compiling the kernel​

Now that you have the PKGBUILDs repository cloned, you can compile the kernel by going into the linux-fydetab directory and running:

makepkg -s

Testing the kernel​

After the kernel has been compiled, you can install it by running:

sudo pacman -U linux-fydetab-*.pkg.tar.zst