Skip to content

vawaver/cachyos-kernel-manager-slovak

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kernel-manager

Simple kernel manager.

That kernel manager is only supports kernels from any arch based repos.

Note: does support kernels from AUR (requires paru & awk installed). disabled by default.

Requirements

  • C++20 feature required (tested with GCC 11.1.0 and Clang 13(clang will not compile it with libstdc++ 11.1.0 because of c++20 standard ranges library) Any compiler which support C++20 standard should work.

Installing from source

This is tested on Arch Linux, but any recent Arch Linux based system with latest C++20 compiler should do:

sudo pacman -Sy \
    base-devel cmake pkg-config make qt6-base qt6-tools polkit-qt6 python

Cloning the source code

git clone https://github.com/cachyos/kernel-manager.git
cd kernel-manager

Building and Configuring

To build, first, configure it(if you intend to install it globally, you might also want --prefix=/usr):

./configure.sh --prefix=/usr/local

Second, build it:

./build.sh

Libraries used in this project

About

Simple kernel manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 62.3%
  • CMake 27.1%
  • Shell 4.5%
  • Meson 3.4%
  • Python 1.6%
  • Makefile 1.1%