diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-05 21:32:05 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-05 21:32:05 +0100 |
commit | 463cd067062ad0d646fb643da1b334d11edf51e7 (patch) | |
tree | c8f1440b81509bf55395ebbbb8b587a159f5bba5 /DEPENDENCIES | |
parent | first commit (diff) | |
download | libclut-463cd067062ad0d646fb643da1b334d11edf51e7.tar.gz libclut-463cd067062ad0d646fb643da1b334d11edf51e7.tar.bz2 libclut-463cd067062ad0d646fb643da1b334d11edf51e7.tar.xz |
add deps and install
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..2138f8e --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,21 @@ +RUNTIME DEPENDENCIES: + + libc + + +BUILD DEPENDENCIES: + + make + coreutils + texinfo>=4.11 (opt-out, for info, pdf, dvi, ps, and html manuals) + texlive-plainextra (opt-in, for pdf, dvi, and ps manuals) + + texinfo<4.11 can be used if '@frenchspacing on' is removed. + + +INSTALL DEPENDENCIES: + + make + coreutils + texinfo (opt-out, for dir-entry of info manual) + |