diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-12-03 11:00:12 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-12-03 11:00:12 +0100 |
commit | a729d866959a27e75f4cab2106661d244a959344 (patch) | |
tree | 1397eb186c77ebf1ca2f812170ee73bde44ac6c7 /DEPENDENCIES | |
parent | add completion (diff) | |
download | krandom-a729d866959a27e75f4cab2106661d244a959344.tar.gz krandom-a729d866959a27e75f4cab2106661d244a959344.tar.bz2 krandom-a729d866959a27e75f4cab2106661d244a959344.tar.xz |
add deps
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..8ef4610 --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,26 @@ +RUNTIME DEPENDENCIES: + + libkeccak + argparser + libc + + +BUILD DEPENDENCIES: + + libkeccak + argparser + libc + auto-auto-complete (opt-out, for shell tab-completion) + texinfo (opt-out, for info, pdf, dvi and ps manuals) + texlive-core (opt-in, for pdf, dvi and ps manuals) + gcc + make + coreutils + + +DEPENDENCY SOURCES: + + libkeccak https://github.com/maandree/libkeccak + argparser https://github.com/maandree/argparser + auto-auto-complete https://github.com/maandree/auto-auto-complete + |