aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-12-03 11:00:12 +0100
committerMattias Andrée <maandree@operamail.com>2014-12-03 11:00:12 +0100
commita729d866959a27e75f4cab2106661d244a959344 (patch)
tree1397eb186c77ebf1ca2f812170ee73bde44ac6c7
parentadd completion (diff)
downloadkrandom-a729d866959a27e75f4cab2106661d244a959344.tar.gz
krandom-a729d866959a27e75f4cab2106661d244a959344.tar.bz2
krandom-a729d866959a27e75f4cab2106661d244a959344.tar.xz
add deps
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--DEPENDENCIES26
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
+