mirror of
https://github.com/hyprwm/hyprland-qtutils.git
synced 2025-01-27 16:59:48 +01:00
README: Add build instructions (#8)
Some checks failed
Build / nix (push) Has been cancelled
Some checks failed
Build / nix (push) Has been cancelled
This commit is contained in:
parent
b0214844d8
commit
534cd1badc
1 changed files with 8 additions and 0 deletions
|
@ -5,3 +5,11 @@ This repo houses some qt/qml utilities that might be used by various hypr* apps.
|
|||
## Dependencies
|
||||
|
||||
This depends on qt6 and qt6-qml, as well as hyprland-qt-support.
|
||||
|
||||
## Building
|
||||
|
||||
You can build it with this command:
|
||||
```sh
|
||||
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`
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue