diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-18 16:48:16 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-18 16:48:16 +0200 |
commit | 8c18c3509d381e54c0b4e43ce1ecae0b58e992f6 (patch) | |
tree | 5838dbac96b589566bdc63d876d2c1b76606c3ca | |
parent | If disconnected when reexecuting, keep disconnected after reexecution (diff) | |
download | coopgammad-8c18c3509d381e54c0b4e43ce1ecae0b58e992f6.tar.gz coopgammad-8c18c3509d381e54c0b4e43ce1ecae0b58e992f6.tar.bz2 coopgammad-8c18c3509d381e54c0b4e43ce1ecae0b58e992f6.tar.xz |
add deps
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | DEPENDENCIES | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..d1fc890 --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,20 @@ +RUNTIME DEPENDENCIES: + + libc + libgamma + + +BUILD DEPENDENCIES: + + libc + libgamma + cc + make + coreutils + + +INSTALL DEPENDENCIES: + + make + coreutils + |