mirror of
https://github.com/hyprwm/hyprcursor.git
synced 2024-11-16 18:25:58 +01:00
README: add build instructions
This commit is contained in:
parent
4c789d1300
commit
0f62fe4d26
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
@ -39,3 +39,21 @@ Library:
|
|||
Util:
|
||||
- [ ] Support compiling a theme with X
|
||||
- [x] Support decompiling animated cursors
|
||||
|
||||
## Building
|
||||
|
||||
### Deps:
|
||||
- hyprlang >= 0.4.2
|
||||
- cairo
|
||||
- libzip
|
||||
|
||||
### Build
|
||||
```sh
|
||||
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`
|
||||
```
|
||||
|
||||
Install with:
|
||||
```sh
|
||||
sudo cmake --install build
|
||||
```
|
Loading…
Reference in a new issue