aboutsummaryrefslogtreecommitdiffstats
path: root/DEPENDENCIES
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-11-02 09:54:42 +0100
committerMattias Andrée <maandree@operamail.com>2013-11-02 09:54:42 +0100
commit47253f03b1fe21ac9dba2dc412b67be40711b530 (patch)
tree77a1f2dee59314167b72f9dbc42a6b8e1bea3535 /DEPENDENCIES
parentadd readme (diff)
downloadgot-diminished-47253f03b1fe21ac9dba2dc412b67be40711b530.tar.gz
got-diminished-47253f03b1fe21ac9dba2dc412b67be40711b530.tar.bz2
got-diminished-47253f03b1fe21ac9dba2dc412b67be40711b530.tar.xz
add dependency list
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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
+