aboutsummaryrefslogtreecommitdiffstats
path: root/DEPENDENCIES
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:02:07 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:02:07 +0100
commit65220abc14724130b559d35bb418c28e1133ec01 (patch)
tree56d0f6856018b6d5ff682ed7b77201fc44bb81a6 /DEPENDENCIES
parentenable more warnings (diff)
downloadgot-diminished-65220abc14724130b559d35bb418c28e1133ec01.tar.gz
got-diminished-65220abc14724130b559d35bb418c28e1133ec01.tar.bz2
got-diminished-65220abc14724130b559d35bb418c28e1133ec01.tar.xz
m fixesHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--DEPENDENCIES29
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