Clarify status of dependencies

This commit is contained in:
ShiningLea
2024-05-09 20:25:34 +02:00
committed by GitHub
parent 0586f3424a
commit a7615a33e0

View File

@@ -5,10 +5,12 @@
Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD. Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD.
## Dependencies ## Dependencies
- Compile-time:
- zig 0.12.0 - zig 0.12.0
- a C standard library - a C standard library
- pam - pam
- xcb - xcb
- Runtime (with default config):
- xorg - xorg
- xorg-xauth - xorg-xauth
- mcookie - mcookie
@@ -101,7 +103,6 @@ disable getty on Ly's tty to prevent "login" from spawning on top of it
``` ```
### OpenRC ### OpenRC
**NOTE**: On Gentoo, Ly will disable the `display-manager-init` service in order to run. **NOTE**: On Gentoo, Ly will disable the `display-manager-init` service in order to run.
Clone, compile and test. Clone, compile and test.