mirror of
https://github.com/cyring/CoreFreq.git
synced 2025-07-23 12:13:07 +02:00
[Doc] README section for AlmaLinux
This commit is contained in:
31
README.md
31
README.md
@@ -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
|
||||
|
Reference in New Issue
Block a user