diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-07 14:35:43 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-07 14:35:43 +0100 |
commit | 1fab64ff066e0f747db9abc3eec7854e833b1f28 (patch) | |
tree | 6308d5e324185c339f5abc5c58cc1f2ec2dc6f12 /DEPENDENCIES | |
parent | m (diff) | |
download | libkeccak-1fab64ff066e0f747db9abc3eec7854e833b1f28.tar.gz libkeccak-1fab64ff066e0f747db9abc3eec7854e833b1f28.tar.bz2 libkeccak-1fab64ff066e0f747db9abc3eec7854e833b1f28.tar.xz |
add static library and dep list
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | DEPENDENCIES | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..271ad84 --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,31 @@ +RUNTIME DEPENDENCIES: + + libc + + +BUILD DEPENDENCIES: + + libc + gcc + make + coreutils + binutils + + +CHECK DEPENDENCIES: + + libc + valgrind + make + coreutils + + +BENCHMARK DEPENDENCIES: + + libc + make + coreutils + median + grep (only needed for src/benchmark-flags) + sed (only needed for src/benchmark-flags) + |