diff options
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) |