diff options
author | P. J. McDermott <pj@pehjota.net> | 2023-02-23 12:46:22 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2023-02-23 13:31:41 (EST) |
commit | cb0dd73c639fcef0a1d2d73226bbec713afdd42f (patch) | |
tree | 26ea7bce1fa08e3e5c6b06fd3a41741665d52258 /README | |
parent | 367f73e6f93396e878781ffe7933e5107417a2a1 (diff) | |
download | overworld-rpg-cb0dd73c639fcef0a1d2d73226bbec713afdd42f.zip overworld-rpg-cb0dd73c639fcef0a1d2d73226bbec713afdd42f.tar.gz overworld-rpg-cb0dd73c639fcef0a1d2d73226bbec713afdd42f.tar.bz2 |
build: Distribute embedded xcf2png, use by default
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -18,4 +18,9 @@ Boukengine requires the following library packages to build and run: * `zlib` * `Lua` 5.1 or later -Boukengine additionally requires `xcftools` at build time. +At build time, Boukengine can optionally use a copy of `xcftools` +installed on the system. However, a copy included with Boukengine is +used by default and is strongly recommended, as `xcftools` has been +removed from many modern system distributions and any remaining +distributions of it may be vulnerable to arbitrary code execution +vulnerabilities on at least some architectures. |