diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-17 04:03:51 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-17 04:03:51 +0100 |
commit | 449bce23c7a8cc84f95ceeac53e19a09ce554441 (patch) | |
tree | 4b2183b27739c1a6ed4db4f47c3bebc0ad1ac7f7 | |
parent | m (diff) | |
download | blueshift-449bce23c7a8cc84f95ceeac53e19a09ce554441.tar.gz blueshift-449bce23c7a8cc84f95ceeac53e19a09ce554441.tar.bz2 blueshift-449bce23c7a8cc84f95ceeac53e19a09ce554441.tar.xz |
add dependency list
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | DEPENDENCIES | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..61d5398 --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,17 @@ +RUNTIME DEPENDENCIES: + + python3 + libxcb + + +MAKE DEPENDENCIES: + + cython + c99 + python3 + libxcb + make + coreutils + sed + zip + |