E5C3 GitHub - Dymkom/kernel-manager: add Ukrainian language · GitHub
[go: up one dir, main page]

Skip to content

Dymkom/kernel-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

446 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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++23 feature required (tested with GCC 14.1.1 and Clang 18) Any compiler which support C++23 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 -S \
    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

add Ukrainian language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 63.4%
  • CMake 25.5%
  • Shell 4.3%
  • Meson 3.0%
  • Python 1.4%
  • Rust 1.4%
  • Makefile 1.0%
0