diff options
Diffstat (limited to '')
-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 + |