diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-09 01:01:02 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-09 01:01:02 +0200 |
commit | 385ce8e1cb94803b36aa07722eb844baeba1c0d8 (patch) | |
tree | 2d803902a85fd7cea327dc9c499a0fa9e56c72f1 /DEPENDENCIES | |
parent | output file + convergence + moiré (diff) | |
download | crt-calibrator-385ce8e1cb94803b36aa07722eb844baeba1c0d8.tar.gz crt-calibrator-385ce8e1cb94803b36aa07722eb844baeba1c0d8.tar.bz2 crt-calibrator-385ce8e1cb94803b36aa07722eb844baeba1c0d8.tar.xz |
add deps
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..0ada91a --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,19 @@ +RUNTIME DEPENDENCIES: + + libc + libdrm + linux + +BUILD DEPENDENCIES: + + libc + libdrm + linux + gcc + make + +INSTALL DEPENDENCIES: + + make + coreutils + |