diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-10 22:57:51 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-10 22:57:51 +0100 |
commit | 6a4cbfccbd649b6e9dd92be74d106f7a8336a264 (patch) | |
tree | 4f9f38fe21853c92dc3622db5857d6507613cfd6 /DEPENDENCIES | |
parent | mostly splitting the source (diff) | |
download | scrotty-6a4cbfccbd649b6e9dd92be74d106f7a8336a264.tar.gz scrotty-6a4cbfccbd649b6e9dd92be74d106f7a8336a264.tar.bz2 scrotty-6a4cbfccbd649b6e9dd92be74d106f7a8336a264.tar.xz |
soon, convert will not be used
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index cd8cf36..d97fafc 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -1,16 +1,17 @@ RUNTIME DEPENDENCIES: linux - libc - imagemagick (opt-out) + glibc (any libc with getopt_long) + libpng BUILD DEPENDENCIES: make coreutils - libc - gcc (any c99 can be used if WARN in Makefile is edited) + glibc (any libc with getopt_long) + libpng + c99 gettext (opt-out, for internationalisation) texinfo (opt-out, for info, pdf, dvi, ps, and html manuals) texlive-plainextra (opt-in, for pdf, dvi, and ps manuals) |