Skip to content

Commit

Permalink
Add 'building' section in the README, which is the same as repo 'hypr…
Browse files Browse the repository at this point in the history
…land-qt-support'
  • Loading branch information
lmanul committed Jan 12, 2025
1 parent b021484 commit 96b2bf3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,15 @@ 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 -DINSTALL_QML_PREFIX=/lib/qt6/qml -S . -B ./build
cmake --build ./build --config Release --target all -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`
```

Please note the `INSTALL_QML_PREFIX` is _distro-specific_ and may differ.

For Arch, it's the same as in the example above, `/lib/qt6/qml`.

0 comments on commit 96b2bf3

Please sign in to comment.