From f0314e9224b491efd222a38147cc1d0a7dfd8f3f Mon Sep 17 00:00:00 2001 From: Rich Geldreich Date: Tue, 10 Feb 2026 00:04:12 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 767a8bf..207a95a 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,8 @@ To build with SSE 4.1 support on x86/x64 systems (ETC1S encoding is roughly 15-3 After building, the native command line tool used to create, validate, and transcode/unpack .KTX2/.basis files is `bin/basisu`. +Note we use C++17 for compiling the software. Anything else is still too new for us. A newer C++ version may work, but we cannot guarantee it (i.e. you're on your own). + Building (WASM WASI) --------------------