summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorP. 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)
commitcb0dd73c639fcef0a1d2d73226bbec713afdd42f (patch)
tree26ea7bce1fa08e3e5c6b06fd3a41741665d52258 /README
parent367f73e6f93396e878781ffe7933e5107417a2a1 (diff)
downloadoverworld-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--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index 41cb2d0..9d069d7 100644
--- a/README
+++ b/README
@@ -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.