diff options
| author | Mattias Andrée <maandree@operamail.com> | 2013-05-13 14:16:11 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2013-05-13 14:16:11 +0200 |
| commit | ad5ab9aedf4776803b40e6f15b177865ce9f4528 (patch) | |
| tree | cffaa0879fb2fd6a060f3a8fa3d089ff411b6f01 /DEPENDENCIES | |
| parent | support uncompressed fonts (diff) | |
| download | splashtool-ad5ab9aedf4776803b40e6f15b177865ce9f4528.tar.gz splashtool-ad5ab9aedf4776803b40e6f15b177865ce9f4528.tar.bz2 splashtool-ad5ab9aedf4776803b40e6f15b177865ce9f4528.tar.xz | |
add dependencies
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
| -rw-r--r-- | DEPENDENCIES | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..91dc14f --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,10 @@ +RUNTIME: + gzip: decompress fonts + nefa: read font files + sh: 1 source file is written in shell script + python3: 2 source files are written in Python 3 + java-runtime: 1 source file is written in Java + +BUILDTIME: + java-environment: 1 source file is written in Java + |
