aboutsummaryrefslogtreecommitdiffstats
path: root/DEPENDENCIES
diff options
context:
space:
mode:
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r--DEPENDENCIES23
1 files changed, 23 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
new file mode 100644
index 0000000..48c6242
--- /dev/null
+++ b/DEPENDENCIES
@@ -0,0 +1,23 @@
+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.
+
+
+
+BUILD DEPENDENCIES:
+
+<package> <command> <when>
+make make required
+sed sed required
+coreutils cp required
+coreutils install required
+gcc gcc required
+