README: expand build commands

This commit is contained in:
Vaxry 2025-07-10 18:17:31 +02:00
parent 25578b7137
commit dda793b66a
Signed by: vaxry
GPG key ID: 665806380871D640

View file

@ -43,8 +43,8 @@ will make those events ignored.
### Building: ### Building:
```sh ```sh
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -S . -B ./build cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build
cmake --build ./build --config Release --target hypridle -j`nproc 2>/dev/null || getconf _NPROCESSORS_CONF` cmake --build ./build --config Release --target all -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`
``` ```
### Installation: ### Installation: