diff options
| author | Mattias Andrée <maandree@kth.se> | 2016-09-30 12:53:14 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2016-09-30 12:53:14 +0200 | 
| commit | 7ad9d96c05f3d1ec5d2a80868c7aad72fe4a48b1 (patch) | |
| tree | 46654445cdf495b398e68000d47d5cffc40c6f3d | |
| parent | Add makefile (diff) | |
| download | pdeath-7ad9d96c05f3d1ec5d2a80868c7aad72fe4a48b1.tar.gz pdeath-7ad9d96c05f3d1ec5d2a80868c7aad72fe4a48b1.tar.bz2 pdeath-7ad9d96c05f3d1ec5d2a80868c7aad72fe4a48b1.tar.xz  | |
Add deps
Signed-off-by: Mattias Andrée <maandree@kth.se>
| -rw-r--r-- | DEPENDENCIES | 19 | 
1 files changed, 19 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..a578b92 --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,19 @@ +RUNTIME DEPENDENCIES: + +	libc +	linux>=2.1.57 + + +BUILD DEPENDENCIES: + +	libc +	linux>=2.1.57 +	cc +	make +	coreutils + + +INSTALL DEPENDENCIES: + +	make +	coreutils  | 
