mirror of https://github.com/fairyglade/ly.git
Clarify status of dependencies
This commit is contained in:
parent
0586f3424a
commit
a7615a33e0
21
readme.md
21
readme.md
|
@ -5,15 +5,17 @@
|
||||||
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
|
||||||
- zig 0.12.0
|
- Compile-time:
|
||||||
- a C standard library
|
- zig 0.12.0
|
||||||
- pam
|
- a C standard library
|
||||||
- xcb
|
- pam
|
||||||
- xorg
|
- xcb
|
||||||
- xorg-xauth
|
- Runtime (with default config):
|
||||||
- mcookie
|
- xorg
|
||||||
- tput
|
- xorg-xauth
|
||||||
- shutdown
|
- mcookie
|
||||||
|
- tput
|
||||||
|
- shutdown
|
||||||
|
|
||||||
### Debian
|
### Debian
|
||||||
```
|
```
|
||||||
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue