diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-09 21:55:36 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-09 21:55:36 +0100 |
commit | 943f542f032b5061780d6dc0b4291c7c46b25cbe (patch) | |
tree | 5defbffd3e533155a9b7a954c07ec817ac215d96 /DEPENDENCIES | |
parent | update readme (diff) | |
download | sleep-until-943f542f032b5061780d6dc0b4291c7c46b25cbe.tar.gz sleep-until-943f542f032b5061780d6dc0b4291c7c46b25cbe.tar.bz2 sleep-until-943f542f032b5061780d6dc0b4291c7c46b25cbe.tar.xz |
deps + makefile + info + fix warning
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..cad26b4 --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,18 @@ +RUNTIME DEPENDENCIES: + + linux>=2.6.25 + libc (glibc>=2.8) + +BUILD DEPENDENCIES: + + libc (glibc>=2.8) + cc + make + texinfo (opt-out, for info, pdf, ps and dvi manuals) + texlive-core (opt-in, for pdf, ps and dvi manuals) + +INSTALL DEPENDENCIES: + + make + coreutils + |