diff options
Diffstat (limited to '')
-rw-r--r-- | DEPENDENCIES | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index 8ef4610..b7fbbe5 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -1,18 +1,13 @@ 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 @@ -21,6 +16,3 @@ BUILD DEPENDENCIES: DEPENDENCY SOURCES: libkeccak https://github.com/maandree/libkeccak - argparser https://github.com/maandree/argparser - auto-auto-complete https://github.com/maandree/auto-auto-complete - |