diff options
author | Mattias Andrée <maandree@kth.se> | 2016-12-10 00:30:41 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-12-10 00:30:41 +0100 |
commit | 8b1ebe89d9ec9f354ab182f731ba33e532b6ef74 (patch) | |
tree | 2bf19c7ab1f0bb9a4672800704dbaf2e14dc5838 /DEPENDENCIES | |
download | libcolour-8b1ebe89d9ec9f354ab182f731ba33e532b6ef74.tar.gz libcolour-8b1ebe89d9ec9f354ab182f731ba33e532b6ef74.tar.bz2 libcolour-8b1ebe89d9ec9f354ab182f731ba33e532b6ef74.tar.xz |
first commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..cfd6079 --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,22 @@ +RUNTIME DEPENDENCIES: + + libc + + +BUILD DEPENDENCIES: + + make + coreutils + cc + 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) + |