diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-04 22:24:42 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-04 22:24:42 +0200 |
commit | 65c9e0f42a26a68610d37c63f5f4d722ecbd6fc5 (patch) | |
tree | 7f0f653e90200ae59c87d3341abdc2faa6e0dd57 | |
parent | preparation for automatic loading of the library (diff) | |
download | jlibgamma-65c9e0f42a26a68610d37c63f5f4d722ecbd6fc5.tar.gz jlibgamma-65c9e0f42a26a68610d37c63f5f4d722ecbd6fc5.tar.bz2 jlibgamma-65c9e0f42a26a68610d37c63f5f4d722ecbd6fc5.tar.xz |
add deps
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | DEPENDENCIES | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..dfa69c9 --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,22 @@ +RUNTIME DEPENDENCIES: + + java-runtime>=1.5 + libgamma>=0.3 + libc + + +BUILD DEPENDENCIES: + + java-environment>=1.5 + libgamma>=0.3 + libc + c99 + make + coreutils + + +INSTALL DEPENDENCIES: + + make + coreutils + |