mirror of
https://github.com/hyprwm/hyprlang.git
synced 2024-11-17 02:25:59 +01:00
readme: set better install prefix for cmake
This commit is contained in:
parent
2a9c79f0aa
commit
0d7d03363b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ It's user-friendly, easy to grasp, and easy to implement.
|
||||||
|
|
||||||
Building is done via CMake:
|
Building is done via CMake:
|
||||||
```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 hyprlang -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`
|
cmake --build ./build --config Release --target hyprlang -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`
|
||||||
```
|
```
|
||||||
Install with:
|
Install with:
|
||||||
|
|
Loading…
Reference in a new issue