diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-12 05:43:32 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-12 05:43:32 +0200 |
commit | 8f4aa4d48843c512cbb974369c485c13893411f3 (patch) | |
tree | 07a73e329c134007156bd344f7931f09e9176dc6 /DEPENDENCIES | |
parent | add copying and license (diff) | |
download | alarm-8f4aa4d48843c512cbb974369c485c13893411f3.tar.gz alarm-8f4aa4d48843c512cbb974369c485c13893411f3.tar.bz2 alarm-8f4aa4d48843c512cbb974369c485c13893411f3.tar.xz |
add makefile, deps and the entire code
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | DEPENDENCIES | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..9556cd0 --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,18 @@ +RUNTIME DEPENDENCIES: + + libc + + +BUILD DEPENDENCIES: + + make + c99 + libc + coreutils + + +INSTALL DEPENDENCIES: + + make + coreutils + |