diff options
| author | Mattias Andrée <maandree@operamail.com> | 2013-11-02 09:54:42 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2013-11-02 09:54:42 +0100 |
| commit | 47253f03b1fe21ac9dba2dc412b67be40711b530 (patch) | |
| tree | 77a1f2dee59314167b72f9dbc42a6b8e1bea3535 | |
| parent | add readme (diff) | |
| download | got-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>
| -rw-r--r-- | DEPENDENCIES | 23 |
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 + |
