Skip to content

Commit

Permalink
README: Add build instructions (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmanul authored Jan 13, 2025
1 parent b021484 commit 534cd1b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
```

0 comments on commit 534cd1b

Please sign in to comment.