diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:02:07 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:02:07 +0100 |
| commit | 65220abc14724130b559d35bb418c28e1133ec01 (patch) | |
| tree | 56d0f6856018b6d5ff682ed7b77201fc44bb81a6 /DEPENDENCIES | |
| parent | enable more warnings (diff) | |
| download | got-diminished-65220abc14724130b559d35bb418c28e1133ec01.tar.gz got-diminished-65220abc14724130b559d35bb418c28e1133ec01.tar.bz2 got-diminished-65220abc14724130b559d35bb418c28e1133ec01.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'DEPENDENCIES')
| -rw-r--r-- | DEPENDENCIES | 29 |
1 files changed, 13 insertions, 16 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index 48c6242..ebc9c39 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -1,23 +1,20 @@ RUNTIME DEPENDENCIES: -<package> <command> <reason> -libc the C library -util-linux login login is used for authorisation and login -util-linux setsid used to start login in a new session -openssh ssh (optional) used for SSH login -coreutils stty used to restore the tty settings - -Extension for gates-of-tartaros, add it as a dependency if your -package system does not support extension packages. + libc + login + setsid + ssh + stty +Extension for gates-of-tartaros, add it as a dependency +if your package system does not support extension packages. BUILD DEPENDENCIES: -<package> <command> <when> -make make required -sed sed required -coreutils cp required -coreutils install required -gcc gcc required - + make + sh + c99 + sed + mkdir + cp |
