1
0
Fork 0
forked from wry/wry

autocommit 2022-04-05 18:28:42 CEST

This commit is contained in:
Julian Orth 2022-04-05 18:28:42 +02:00
parent 1f05ea431e
commit a3e9f21fc5
29 changed files with 568 additions and 225 deletions

View file

@ -9,12 +9,19 @@ Do not expect any kind of structured commit history.
## Dependencies
While Jay is written almost completely in rust, it has some native dependencies:
While Jay is written almost completely in rust, it depends on the following libraries:
* **pixman-1.so**: For damage tracking.
* **input.so**: For processing input events.
* **EGL.so**, **GLESv2.so**: For OpenGL rendering.
* **gbm.so**: For graphics buffer allocation.
* **xkbcommon.so**: For keymap handling.
* **udev.so**: For device enumeration and hotplug support.
* **cairo.so**, **pangocairo-1.0.so**, **gobject-2.0.so**, **pango-1.0.so**: For text rendering.
* **libinput.so**: For processing input events.
* **libEGL.so**, **libGLESv2.so**: For OpenGL rendering.
* **libgbm.so**: For graphics buffer allocation.
* **libxkbcommon.so**: For keymap handling.
* **libudev.so**: For device enumeration and hotplug support.
* **libcairo.so**, **libpangocairo-1.0.so**, **libgobject-2.0.so**, **libpango-1.0.so**: For text rendering.
Furthermore, Jay depends on the following runtime services:
* **An up-to-date linux kernel**
* **XWayland**: For XWayland support.
* **Pipewire**: For screen-recording.
* **A running X server**: For the X backend. (Only required if you want to run Jay as an X client.)
* **Logind**: For the metal backend. (Only required if you want to run Jay from a TTY.)