From 001d794c81904da3fd32bfbbd625393d92dbe23b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 18 Nov 2014 22:22:31 +0100 Subject: clean up dependency list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- DEPENDENCIES | 35 ++++++++++++++++++++++++++--------- 1 file changed, 26 insertions(+), 9 deletions(-) diff --git a/DEPENDENCIES b/DEPENDENCIES index 32fb474..cd405f4 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -1,10 +1,27 @@ -https://github.com/maandree/libkeccak -https://github.com/maandree/argparser -https://github.com/maandree/auto-auto-complete (make) -https://github.com/maandree/texman (make) -libc -make (make) -coreutil (make) -gcc (make) -sed (make) +RUNTIME DEPENDENCIES: + + libkeccak + argparser + libc + + +BUILD DEPENDENCIES: + + libkeccak + argparser + libc + auto-auto-complete (opt-out, for shell tab-completion) + texman (opt-out, for man pages) + sed (opt-out, for man pages) + 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 + texman https://github.com/maandree/texman -- cgit v1.2.3-70-g09d2