mirror of
https://github.com/hyprwm/hyprgraphics.git
synced 2025-12-20 15:40:03 +01:00
README: Add Dependencies (#4)
Some checks failed
Build & Test (Arch) / Arch: Build and Test (gcc) (push) Has been cancelled
Build & Test (Arch) / Arch: Build and Test (clang) (push) Has been cancelled
Build & Test / nix (hyprgraphics) (push) Has been cancelled
Build & Test / nix (hyprgraphics-with-tests) (push) Has been cancelled
Some checks failed
Build & Test (Arch) / Arch: Build and Test (gcc) (push) Has been cancelled
Build & Test (Arch) / Arch: Build and Test (clang) (push) Has been cancelled
Build & Test / nix (hyprgraphics) (push) Has been cancelled
Build & Test / nix (hyprgraphics-with-tests) (push) Has been cancelled
This commit is contained in:
parent
6dea3fba08
commit
b09980755d
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
|
@ -6,6 +6,21 @@ Hyprgraphics is a small C++ library with graphics / resource related utilities u
|
||||||
|
|
||||||
Hyprgraphics depends on the ABI stability of the stdlib implementation of your compiler. Sover bumps will be done only for hyprgraphics ABI breaks, not stdlib.
|
Hyprgraphics depends on the ABI stability of the stdlib implementation of your compiler. Sover bumps will be done only for hyprgraphics ABI breaks, not stdlib.
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
|
||||||
|
Requires a compiler with C++26 support.
|
||||||
|
|
||||||
|
Dep list:
|
||||||
|
- pixman-1
|
||||||
|
- cairo
|
||||||
|
- hyprutils
|
||||||
|
- libjpeg
|
||||||
|
- libwebp
|
||||||
|
- libjxl
|
||||||
|
- libjxl_cms
|
||||||
|
- libjxl_threads
|
||||||
|
- libmagic
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue