mirror of
https://github.com/hyprwm/hyprutils.git
synced 2024-11-17 01:25:58 +01:00
README: Update build instructions (#4)
This commit is contained in:
parent
7a2c2c96ec
commit
5606bf985b
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ Hyprutils depends on the ABI stability of the stdlib implementation of your comp
|
|||
## Building
|
||||
|
||||
```sh
|
||||
git clone https://github.com/hyprwm/hyprutils.git
|
||||
cd hyprutils/
|
||||
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`
|
||||
sudo cmake --install build
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue