aboutsummaryrefslogtreecommitdiffstats
path: root/DEPENDENCIES
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-08-12 05:43:32 +0200
committerMattias Andrée <maandree@operamail.com>2014-08-12 05:43:32 +0200
commit8f4aa4d48843c512cbb974369c485c13893411f3 (patch)
tree07a73e329c134007156bd344f7931f09e9176dc6 /DEPENDENCIES
parentadd copying and license (diff)
downloadalarm-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--DEPENDENCIES18
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
+