Skip to content

Hyprland utilities library used across the ecosystem

License

Notifications You must be signed in to change notification settings

hyprwm/hyprutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6a8bc9d · Jan 27, 2025

History

80 Commits
Jun 18, 2024
Jan 27, 2025
Nov 7, 2024
Jan 27, 2025
Jan 27, 2025
Jun 8, 2024
Aug 29, 2024
Jan 27, 2025
Jun 8, 2024
Nov 22, 2024
Jan 27, 2025
Dec 16, 2024
Dec 16, 2024
Jun 8, 2024

Repository files navigation

hyprutils

Hyprutils is a small C++ library for utilities used across the Hypr* ecosystem.

Stability

Hyprutils depends on the ABI stability of the stdlib implementation of your compiler. Sover bumps will be done only for hyprutils ABI breaks, not stdlib.

Building

git clone https://github.com/hyprwm/hyprutils.git
cd hyprutils/
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build
cmake --build ./build --config Release --target all -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`
sudo cmake --install build