aboutsummaryrefslogtreecommitdiffstats
path: root/DEPENDENCIES
diff options
context:
space:
mode:
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r--DEPENDENCIES35
1 files changed, 14 insertions, 21 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index 85b55df..7974750 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -1,26 +1,19 @@
RUNTIME DEPENDENCIES:
-<package> <command> <reason>
-util-linux login login is used for authorisation and login
-util-linux setsid used to start login in a new session
-bash bash (out-out) gates-of-tartaros is written in Bash
-dash dash (opt-in) gates-of-tartaros is compatible with Dash
-openssh ssh (optional) used for SSH login
-coreutils env (opt-out) used to get the path to Bash in the shebangs
-coreutils stty used to lock the TTY if somepony ties something evil
-coreutils sleep used to wait for ten minues if somepony ties something evil
-coreutils uname used to get the name of the operating system as a distribution name fallback
-
-
+ login
+ setsid
+ bash (default) or dash
+ ssh
+ env
+ stty
+ sleep
+ uname
BUILD DEPENDENCIES:
-<package> <command> <when>
-make make required
-sed sed required
-coreutils cp required
-coreutils rm required
-coreutils install required
-texinfo makeinfo opt-out: for info manual
-gzip gzip opt-out: for info manual compression
-
+ make
+ sh
+ sed
+ cp
+ mkdir
+ makeinfo (opt-out: for info manual)