README: add a needed param to cmake

This commit is contained in:
vaxerski 2025-01-08 23:52:46 +01:00
parent d4615b8e40
commit 0ecf224f21

View file

@ -6,7 +6,7 @@ A qt6 qml style provider for hypr* apps.
You can build it with this command: You can build it with this command:
```sh ```sh
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DINSTALL_QML_PREFIX=/lib/qt6/qml -S . -B ./build 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` cmake --build ./build --config Release --target all -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`
``` ```