mirror of
https://github.com/hyprwm/hypridle.git
synced 2025-12-20 01:00:01 +01:00
README: expand build commands
This commit is contained in:
parent
25578b7137
commit
dda793b66a
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue