diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-23 01:14:13 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-23 01:14:13 +0200 |
commit | 631a8755c09c5ff2016c0713a90d4043d26df9b6 (patch) | |
tree | 0d3a901146da33b42e3ff9852b736bed6b491375 /DEPENDENCIES | |
parent | add copying and license (diff) | |
download | orphan-reaper-631a8755c09c5ff2016c0713a90d4043d26df9b6.tar.gz orphan-reaper-631a8755c09c5ff2016c0713a90d4043d26df9b6.tar.bz2 orphan-reaper-631a8755c09c5ff2016c0713a90d4043d26df9b6.tar.xz |
add reapd
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | DEPENDENCIES | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..1b2a9af --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,16 @@ +RUNTIME DEPENDENCIES: + + linux>=3.4 + libc + +BUILD DEPENDENCIES: + + libc + cc + make + +INSTALL DEPENDENCIES: + + make + coreutils + |