[Doc] README section for AlmaLinux

This commit is contained in:
CyrIng
2024-05-14 19:15:06 +02:00
parent a4dbfc9f82
commit b93a6c33c2

View File

@@ -255,13 +255,42 @@ apt install dkms
apt list git build-essential gawk fakeroot linux-headers*
```
## Red Hat, CentOS, AlmaLinux
## Red Hat, CentOS
* Development packages prerequisites.
```sh
yum install kernel-devel
yum group install "Development Tools"
```
## AlmaLinux
```sh
## as root, install kernel development package and dependencies
dnf --assumeyes install kernel-devel gcc make git bc
```
```sh
## as a User, build CoreFreq
cd CoreFreq
make -j
```
```sh
## as root, install the binaries
make install
## and start Driver and Daemon
modprobe corefreqk
corefreqd
```
```sh
## as a User, start the Client
corefreq-cli
```
```sh
## Terminate Client, Daemon and unload Driver as root
modprobe -r corefreqk
## Proceed to uninstallation as root
cd CoreFreq
make uninstall
```
## openSUSE
* Packages
1. [CoreFreq](https://software.opensuse.org/package/CoreFreq) official release