aboutsummaryrefslogtreecommitdiffstats
path: root/DEPENDENCIES
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-09-30 04:28:55 +0200
committerMattias Andrée <maandree@operamail.com>2013-09-30 04:28:55 +0200
commit7eeedd96541b26e60d9d869ddff13f0ee1b9536e (patch)
treebb8761e1b740c18a139fa960d7f9878cddcd13ff /DEPENDENCIES
parentm (diff)
downloadgates-of-tartaros-7eeedd96541b26e60d9d869ddff13f0ee1b9536e.tar.gz
gates-of-tartaros-7eeedd96541b26e60d9d869ddff13f0ee1b9536e.tar.bz2
gates-of-tartaros-7eeedd96541b26e60d9d869ddff13f0ee1b9536e.tar.xz
add dependency list
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r--DEPENDENCIES22
1 files changed, 22 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
new file mode 100644
index 0000000..abef489
--- /dev/null
+++ b/DEPENDENCIES
@@ -0,0 +1,22 @@
+RUNTIME DEPENDENCIES:
+
+<package> <command> <reason>
+util-linux login login is used for authorisation and login
+bash bash gates-of-tartaros is written in Bash
+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
+
+
+
+BUILD DEPENDENCIES:
+
+<package> <command> <when>
+make make required
+sed sed required
+coreutils cp required
+coreutils rm required
+coreutils install required
+